NAT44: fix nat_not_translate_output_feature in dual loop (VPP-1194)
Change-Id: Icb858414145db0e5fef495e155903b3b935e50ba Signed-off-by: Matus Fabian <matfabia@cisco.com>
This commit is contained in:
@@ -1135,7 +1135,7 @@ snat_in2out_unknown_proto (snat_main_t *sm,
|
||||
key.fib_index = rx_fib_index;
|
||||
key.proto = ip->protocol;
|
||||
key.l_port = 0;
|
||||
key.l_port = 0;
|
||||
key.r_port = 0;
|
||||
s_kv.key[0] = key.as_u64[0];
|
||||
s_kv.key[1] = key.as_u64[1];
|
||||
|
||||
@@ -1794,7 +1794,7 @@ snat_in2out_node_fn_inline (vlib_main_t * vm,
|
||||
{
|
||||
if (PREDICT_FALSE(nat_not_translate_output_feature(sm,
|
||||
ip1, proto1, udp1->src_port, thread_index)))
|
||||
goto trace00;
|
||||
goto trace01;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user