summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv4-mangle
blob: 27327d3b83a1fa0f46578ccc147b86ce777b4f9d (plain)
1
2
3
4
5
#! nft -f

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