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

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