Add small doc for C helpers

This commit is contained in:
ppom 2025-06-05 12:00:00 +02:00
commit b53044323c
No known key found for this signature in database

12
helpers_c/README.md Normal file
View 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
```