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/nftables/ipv6-raw.nft | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 files/nftables/ipv6-raw.nft (limited to 'files/nftables/ipv6-raw.nft') diff --git a/files/nftables/ipv6-raw.nft b/files/nftables/ipv6-raw.nft new file mode 100755 index 00000000..504fb3e5 --- /dev/null +++ b/files/nftables/ipv6-raw.nft @@ -0,0 +1,6 @@ +#!@sbindir@nft -f + +table ip6 raw { + chain prerouting { type filter hook prerouting priority -300; } + chain output { type filter hook output priority -300; } +} -- cgit v1.2.3