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

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