diff --git a/helpers_c/README.md b/helpers_c/README.md new file mode 100644 index 0000000..2407f19 --- /dev/null +++ b/helpers_c/README.md @@ -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 +```