summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/maps/dumps/map_with_flags_0.nft
blob: c96b1ed2a0674616152b89c4d39d126e23d4a2ac (plain)
1
2
3
4
5
6
table ip x {
	map y {
		type ipv4_addr : ipv4_addr
		flags timeout
	}
}