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

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