summaryrefslogtreecommitdiffstats
path: root/files/examples/ipv6-mangle.nft
blob: e92dbef62480aece4c3d17a14880684fcc45e708 (plain)
1
2
3
4
5
#!/usr/sbin/nft -f

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