summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/rule_management/dumps/0007delete_0.nft
blob: e20952ef573e96afdbd73591d512db8ada8e7dc7 (plain)
1
2
3
4
5
table ip t {
	chain c {
		drop
	}
}