summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/maps/dumps/pipapo_double_flush.nft
blob: cca569ea8b4177c1294e7a7a1fd56f95c4f60b9d (plain)
1
2
3
4
5
6
7
8
9
table inet t {
	map m {
		type ipv4_addr . ipv4_addr : verdict
		flags interval
	}

	chain c {
	}
}