Fix static mapping lookup issue for NAT plugin

Change-Id: Ic99d1db5360f69126b23bb2b78f29d6404cbbae9
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
This commit is contained in:
Hongjun Ni
2017-08-30 00:55:59 +08:00
parent 2bd3f8a525
commit a894434e30

View File

@ -3340,6 +3340,7 @@ snat_in2out_fast_static_map_fn (vlib_main_t * vm,
}
key0.addr = ip0->src_address;
key0.protocol = proto0;
key0.port = udp0->src_port;
key0.fib_index = rx_fib_index0;