summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/json/dumps/0002table_map_0.nft
blob: 357e92cc4888c3bafa9ef1ce97b27511385ecbd1 (plain)
1
2
3
4
5
6
table ip t {
	map m {
		type ipv4_addr : mark
		counter
	}
}