From 13535a3b40b625f0a98e87a1324715cc6491d738 Mon Sep 17 00:00:00 2001 From: Florian Westphal Date: Sun, 6 May 2018 21:44:56 +0200 Subject: files: restore base table skeletons nftables releases until 0.8.2 included base skeleton hooks that were installed into /etc/nftables (sysconfdir). With 0.8.3 and newer these files were moved to the documentation area but apparently some users expect them to be there. Resurrect them. Signed-off-by: Florian Westphal --- files/examples/ipv4-filter.nft | 7 ------- 1 file changed, 7 deletions(-) delete mode 100755 files/examples/ipv4-filter.nft (limited to 'files/examples/ipv4-filter.nft') diff --git a/files/examples/ipv4-filter.nft b/files/examples/ipv4-filter.nft deleted file mode 100755 index 73b11bc9..00000000 --- a/files/examples/ipv4-filter.nft +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/sbin/nft -f - -table filter { - chain input { type filter hook input priority 0; } - chain forward { type filter hook forward priority 0; } - chain output { type filter hook output priority 0; } -} -- cgit v1.2.3