summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv6-raw.nft
blob: f92668be272a6a34ce6dab46f245273dc782bffe (plain)
1
2
3
4
table ip6 raw {
	chain prerouting	{ type filter hook prerouting priority -300; }
	chain output		{ type filter hook output priority -300; }
}