summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/dumps/netdev_chain_dormant_autoremove.nft
blob: aad7cb633773488ca0bb6de3745362be06ee78bf (plain)
1
2
3
4
5
6
7
table netdev test {
	flags dormant

	chain ingress {
		type filter hook ingress device "dummy1" priority filter; policy drop;
	}
}