]> git.ipfire.org Git - thirdparty/nftables.git/commitdiff
Suppress non working examples.
authorEric Leblond <eric@regit.org>
Mon, 16 Sep 2013 16:27:36 +0000 (18:27 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 17 Sep 2013 11:10:46 +0000 (13:10 +0200)
Signed-off-by: Eric Leblond <eric@regit.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
files/nftables/ipv4-raw [deleted file]
files/nftables/ipv4-security [deleted file]
files/nftables/ipv6-raw [deleted file]
files/nftables/ipv6-security [deleted file]

diff --git a/files/nftables/ipv4-raw b/files/nftables/ipv4-raw
deleted file mode 100644 (file)
index 6bc2181..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#! nft -f
-
-table raw {
-       chain prerouting        { hook NF_INET_PRE_ROUTING      -300; }
-       chain output            { hook NF_INET_LOCAL_OUT        -300; }
-}
diff --git a/files/nftables/ipv4-security b/files/nftables/ipv4-security
deleted file mode 100644 (file)
index 3ac5bd2..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#! nft -f
-
-table security {
-       chain input             { hook NF_INET_LOCAL_IN         50; }
-       chain forward           { hook NF_INET_FORWARD          50; }
-       chain output            { hook NF_INET_LOCAL_OUT        50; }
-}
diff --git a/files/nftables/ipv6-raw b/files/nftables/ipv6-raw
deleted file mode 100644 (file)
index 54940ca..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#! nft -f
-
-table ip6 raw {
-       chain prerouting        { hook NF_INET_PRE_ROUTING      -2147483647; }
-       chain output            { hook NF_INET_LOCAL_OUT        -2147483647; }
-}
diff --git a/files/nftables/ipv6-security b/files/nftables/ipv6-security
deleted file mode 100644 (file)
index f379bfd..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-#! nft -f
-
-table ip6 security {
-       chain input             { hook NF_INET_LOCAL_IN         50; }
-       chain forward           { hook NF_INET_FORWARD          50; }
-       chain output            { hook NF_INET_LOCAL_OUT        50; }
-}