summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/tchandle_type_parse_heap_overflow
blob: ea7186bfc23e8fad4401383152e99eafd2b63c03 (plain)
1
2
3
4
5
6
table t {
map m {
	type ipv4_addr : classid
	elements = { 1.1.26.3 : ::a }
}
}