reaction/helpers_c
2025-06-05 12:00:00 +02:00
..
ip46tables.c ip46tables: fix return type of exec func 2025-04-22 12:00:00 +02:00
nft46.c test infrastructure, new conf's state_directory, less deps 2024-11-13 12:00:00 +01:00
README.md Add small doc for C helpers 2025-06-05 12:00:00 +02:00

C helpers

Those helpers permit to handle IPv4 & IPv6 at the same time, waiting for #79 to be addressed.

Compilation:

# Produces nft46 binary
gcc -o nft46 nft46.c
# Produces ip46tables binary
gcc -o ip46tables ip46tables.c