From 97d517c4bc3eee4feb2dfd4376738e939d8a73cd Mon Sep 17 00:00:00 2001 From: Patrick McHardy Date: Wed, 18 Mar 2009 06:23:57 +0100 Subject: templates: add IPv6 raw table template Signed-off-by: Patrick McHardy --- files/nftables/ipv6-raw | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 files/nftables/ipv6-raw (limited to 'files/nftables/ipv6-raw') diff --git a/files/nftables/ipv6-raw b/files/nftables/ipv6-raw new file mode 100644 index 00000000..54940cab --- /dev/null +++ b/files/nftables/ipv6-raw @@ -0,0 +1,6 @@ +#! nft -f + +table ip6 raw { + chain prerouting { hook NF_INET_PRE_ROUTING -2147483647; } + chain output { hook NF_INET_LOCAL_OUT -2147483647; } +} -- cgit v1.2.3