summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/maps/dumps/map_catchall_double_free_2.nft
blob: 68958c407881e3560b46990c6d97edbbe785955b (plain)
1
2
3
4
5
6
7
8
9
table ip test {
	map testmap {
		type ipv4_addr : verdict
		elements = { * : jump testchain }
	}

	chain testchain {
	}
}