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" } } }