summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/dumps/0005busy_map_1.nft
blob: acf23183fdf4f6715179dbb0453312105ff5a1a9 (plain)
1
2
3
4
5
6
7
8
table ip t {
	chain c1 {
		tcp dport vmap { 1 : jump c2 }
	}

	chain c2 {
	}
}