summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/inet_ingress.nft
blob: 944a5c77d27b6b84a6f321c422bc454822d20f39 (plain)
1
2
3
4
5
6
7
# d3519cb89f6d ("netfilter: nf_tables: add inet ingress support")
# v5.10-rc1~107^2~17^2~1
table inet t {
        chain c {
                type filter hook ingress device "lo" priority filter; policy accept;
        }
}