debian-galaxy-a20e/rootfs/usr/share/doc/nftables/examples/ipv6-mangle.nft

4 lines
78 B
Plaintext
Raw Permalink Normal View History

2026-08-27 13:48:54 +00:00
table ip6 mangle {
chain output { type route hook output priority -150; }
}