mirror of
https://framagit.org/ppom/reaction
synced 2026-03-14 20:55:47 +01:00
Add small doc for C helpers
This commit is contained in:
parent
02f13a263e
commit
b53044323c
1 changed files with 12 additions and 0 deletions
12
helpers_c/README.md
Normal file
12
helpers_c/README.md
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# C helpers
|
||||
|
||||
Those helpers permit to handle IPv4 & IPv6 at the same time, waiting for [#79](https://framagit.org/ppom/reaction/-/issues/79) to be addressed.
|
||||
|
||||
Compilation:
|
||||
|
||||
```bash
|
||||
# Produces nft46 binary
|
||||
gcc -o nft46 nft46.c
|
||||
# Produces ip46tables binary
|
||||
gcc -o ip46tables ip46tables.c
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue