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-raw.nft | 6 ------ 1 file changed, 6 deletions(-) delete mode 100755 files/examples/ipv4-raw.nft (limited to 'files/examples/ipv4-raw.nft') diff --git a/files/examples/ipv4-raw.nft b/files/examples/ipv4-raw.nft deleted file mode 100755 index 91fc138b..00000000 --- a/files/examples/ipv4-raw.nft +++ /dev/null @@ -1,6 +0,0 @@ -#!/usr/sbin/nft -f - -table raw { - chain prerouting { type filter hook prerouting priority -300; } - chain output { type filter hook output priority -300; } -} -- cgit v1.2.3