From f1a9d5d320bb4d19570f9029e028c3acd81b8756 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Mon, 16 Sep 2013 18:27:36 +0200 Subject: Suppress non working examples. Signed-off-by: Eric Leblond Signed-off-by: Pablo Neira Ayuso --- files/nftables/ipv6-security | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 files/nftables/ipv6-security (limited to 'files/nftables/ipv6-security') diff --git a/files/nftables/ipv6-security b/files/nftables/ipv6-security deleted file mode 100644 index f379bfd3..00000000 --- a/files/nftables/ipv6-security +++ /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; } -} -- cgit v1.2.3