summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv6-raw.nft
blob: 504fb3e5c851b327e03a5a4087a02c0c354d1a93 (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; }
}