index
:
nftables
1.0.6.y
master
nft command line tool
pablo@netfilter.org
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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; } }