debian-galaxy-a20e/rootfs/usr/share/doc/nftables/examples/netdev-ingress.nft

6 lines
128 B
Plaintext
Raw Permalink Normal View History

2026-08-27 13:48:54 +00:00
# mind the NIC, it must exist
table netdev filter {
chain loinput { type filter hook ingress device lo priority 0; }
}