summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/maps/dumps/0017_map_variable_0.nft
blob: 796dd729566f2f1be1e22d806092a8480e37639e (plain)
1
2
3
4
5
6
7
8
9
10
11
table ip x {
	map y {
		typeof ip saddr : meta mark
		elements = { 1.1.1.1 : 0x00000002, * : 0x00000003 }
	}

	map z {
		typeof ip saddr : meta mark
		elements = { 1.1.1.1 : 0x00000002, * : 0x00000003 }
	}
}