summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/netdev_chain_without_device.nft
blob: 25eb200ffe3111e0fd51c090140ccc2339eb121d (plain)
1
2
3
4
5
6
7
# 207296f1a03b ("netfilter: nf_tables: allow to create netdev chain without device")
# v6.4-rc1~132^2~14^2
table netdev t {
	chain c {
		type filter hook ingress priority 0; policy accept;
        }
}