]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
templates: add IPv6 raw table template
authorPatrick McHardy <kaber@trash.net>
Wed, 18 Mar 2009 05:23:57 +0000 (06:23 +0100)
committerPatrick McHardy <kaber@trash.net>
Wed, 18 Mar 2009 05:23:57 +0000 (06:23 +0100)
Signed-off-by: Patrick McHardy <kaber@trash.net>
files/nftables/ipv6-raw [new file with mode: 0644]

diff --git a/files/nftables/ipv6-raw b/files/nftables/ipv6-raw
new file mode 100644 (file)
index 0000000..54940ca
--- /dev/null
@@ -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; }
+}