summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv6-mangle
blob: 727435325340c18ea55d5709464a87969e6faf0a (plain)
1
2
3
4
5
#! nft -f

table ip6 mangle {
	chain output		{ type route hook output priority -150; }
}