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