summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/dumps/concat_range_abort.nft
blob: 06adca7a14f5a6dc95c9c2bb9f44c692aaaa96d6 (plain)
1
2
3
4
5
6
7
8
table ip x {
	chain foo {
		accept
	}

	chain bar {
	}
}