summaryrefslogtreecommitdiffstats
path: root/files/nftables/Makefile.am
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2017-03-14 20:12:30 +0100
committerFlorian Westphal <fw@strlen.de>2017-03-15 13:34:16 +0100
commitbd9445863cb7586dfc9bafa64013d8636f838444 (patch)
tree87f64357cb559564e4a1c43ce39f55899304d897 /files/nftables/Makefile.am
parent97933e171acf870fd4e2296a87d8118e0f844aaf (diff)
files: provide 'raw' table equivalent
useful for the 'ct zone set' statement, it has to be done before the conntrack lookup but preferrably after the defragmention hook. In iptables, the functionality resides in the CT target which is restricted to the raw table. This provides the skeleton for nft. Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'files/nftables/Makefile.am')
-rw-r--r--files/nftables/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/files/nftables/Makefile.am b/files/nftables/Makefile.am
index 1378e2b6..a4c7ac7c 100644
--- a/files/nftables/Makefile.am
+++ b/files/nftables/Makefile.am
@@ -5,9 +5,11 @@ dist_pkgsysconf_DATA = bridge-filter \
ipv4-filter \
ipv4-mangle \
ipv4-nat \
+ ipv4-raw \
ipv6-filter \
ipv6-mangle \
- ipv6-nat
+ ipv6-nat \
+ ipv6-raw
install-data-hook:
${SED} -i 's|@sbindir[@]|${sbindir}/|g' ${DESTDIR}${pkgsysconfdir}/*