Files
Albin Kerouanton 1d6c7663c4 d/libnet/i/nftables: move golden files into subdir
Signed-off-by: Albin Kerouanton <albinker@gmail.com>
2025-08-25 10:48:46 +02:00

12 lines
257 B
Plaintext
Generated

table ip this_is_a_table {
chain this_is_a_base_chain {
type filter hook forward priority filter + 10; policy accept;
counter packets 0 bytes 0
jump this_is_a_regular_chain
}
chain this_is_a_regular_chain {
counter packets 0 bytes 0 accept
}
}