summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/dumps/netdev_chain_0.nft
blob: bc02dc18692daea4d906746782a57f19a6d9f2f4 (plain)
1
2
3
4
5
table netdev x {
	chain y {
		type filter hook ingress devices = { d0, d1 } priority filter; policy accept;
	}
}