nat: fixed input validation
[vpp.git] / src / plugins / nat / in2out.c
index 8616d90..0c52e50 100644 (file)
@@ -417,7 +417,7 @@ static_always_inline
     {
       key0.protocol = NAT_PROTOCOL_ICMP;
       key0.addr = ip0->src_address;
-      key0.port = vnet_buffer (b)->ip.reass.l4_src_port;       // TODO fixme should this be dst port?
+      key0.port = vnet_buffer (b)->ip.reass.l4_src_port;
     }
   else
     {