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

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