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

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