summaryrefslogtreecommitdiffstats
path: root/iptables/Makefile.am
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2023-03-29 17:53:11 +0200
committerPhil Sutter <phil@nwl.cc>2023-05-03 19:09:29 +0200
commit46ed4d264ce44dd0a01723a1e326eedc0da822ba (patch)
tree74a4646736d597a0daf45556d6e2b110e65bb54b /iptables/Makefile.am
parent90a7a183a208b691810b8519cc57d3d9d3b7eb60 (diff)
nft: Introduce nft-ruleparse.{c,h}
Extract all code dealing with parsing from struct nftnl_rule into struct iptables_command_state from nft-shared.c into a separate source file. Basically this is nft_rule_to_iptables_command_state() and the functions it calls, plus family-independent parsers called from family-specific callbacks. Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'iptables/Makefile.am')
-rw-r--r--iptables/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/iptables/Makefile.am b/iptables/Makefile.am
index 1f37640f..d5922da6 100644
--- a/iptables/Makefile.am
+++ b/iptables/Makefile.am
@@ -46,6 +46,7 @@ xtables_nft_multi_SOURCES += nft.c nft.h \
nft-cache.c nft-cache.h \
nft-chain.c nft-chain.h \
nft-cmd.c nft-cmd.h \
+ nft-ruleparse.c nft-ruleparse.h \
nft-shared.c nft-shared.h \
xtables-monitor.c \
xtables.c xtables-arp.c xtables-eb.c \