]> git.ipfire.org Git - thirdparty/nftables.git/commit
files: provide 'raw' table equivalent
authorFlorian Westphal <fw@strlen.de>
Tue, 14 Mar 2017 19:12:30 +0000 (20:12 +0100)
committerFlorian Westphal <fw@strlen.de>
Wed, 15 Mar 2017 12:34:16 +0000 (13:34 +0100)
commitbd9445863cb7586dfc9bafa64013d8636f838444
tree87f64357cb559564e4a1c43ce39f55899304d897
parent97933e171acf870fd4e2296a87d8118e0f844aaf
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>
files/nftables/Makefile.am
files/nftables/ipv4-raw [new file with mode: 0644]
files/nftables/ipv6-raw [new file with mode: 0644]