ubuntu-22.04.3-desktop-amd64/casper/filesystem/usr/share/doc/nftables/examples/ipv4-mangle.nft

4 lines
74 B
Plaintext

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