summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv6-raw
blob: 5ee56a83987e84ca6c98b6ef812c3b8d6e2e6ce5 (plain)
1
2
3
4
5
6
#! @sbindir@nft -f

table ip6 raw {
	chain prerouting	{ type filter hook prerouting priority -300; }
	chain output		{ type filter hook output priority -300; }
}