summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv6-mangle.nft
blob: 88c51e5247dbbe20ca6521697406fedb358a3bd5 (plain)
1
2
3
table ip6 mangle {
	chain output		{ type route hook output priority -150; }
}