summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/objref_double_free_crash
blob: 52b0435bfddcea0dcd7a58fe97edbd48107a7257 (plain)
1
2
3
4
5
6
7
8
9
10
table arp test {
	ct helper myftp {
		type "ftp" protocol tcp
		l3proto inet
	}

	chain y {
		ct helper set ct  saddr map { 1c3:: : "p", dead::beef : "myftp" }
	}
}