summaryrefslogtreecommitdiffstats
path: root/files/nftables/netdev-ingress.nft
blob: 9e46b15a7e59606919a58b01f11e1999aa5ec959 (plain)
1
2
3
4
5
6
7
#!@sbindir@nft -f

# mind the NIC, it must exists
table netdev filter {
        chain loinput { type filter hook ingress device lo priority 0; }
}