nat: pnat copy and clear byte instructions
[vpp.git] / src / plugins / nat / pnat / tests / missing_rule.def
1 [
2     (
3         "hit missing rule",
4         IP(src='1.1.1.1', dst='123.123.123.123')/UDP(chksum=0, sport=80, dport=6871),
5         IP(src='1.1.1.1', dst='123.123.123.123')/UDP(chksum=0, sport=80, dport=6871),
6         0
7     ),
8 ]