nftables/internal
Antonio Ojea 3d223a54e6 nf2go: convert nftables rules to golang code
One of the biggest barriers to adopt the netlink format for nftables is
the complexity of writing bytecode.

This commits adds a tool that allows to take an nftables dump and
generate the corresponding golang code and validating that the generated
code produces the exact same output.

Change-Id: I491b35e0d8062de33c67091dd4126d843b231838
Signed-off-by: Antonio Ojea <aojea@google.com>
2025-02-02 15:55:41 +00:00
..
nf2go nf2go: convert nftables rules to golang code 2025-02-02 15:55:41 +00:00
nftest Move setup/teardown of system NFT connection to internal package 2023-04-18 08:53:20 +02:00
parseexprfunc Refactor expr for obj reimplementation (#265) 2024-07-24 08:26:13 +02:00