summaryrefslogtreecommitdiffstats
path: root/files/nftables/netdev-ingress.nft
blob: 3ed881af21d3796aac7628bf22a40573051426e3 (plain)
1
2
3
4
5
# mind the NIC, it must exist
table netdev filter {
        chain loinput { type filter hook ingress device lo priority 0; }
}