summaryrefslogtreecommitdiffstats
path: root/files/nftables/ipv4-mangle.nft
blob: 07da5bd90b12c2cac1b99afbfeffb20b0cd7a1f5 (plain)
1
2
3
table mangle {
	chain output		{ type route hook output priority -150; }
}