session: fix ct tracking of actual transport proto
Type: fix Signed-off-by: Florin Coras <fcoras@cisco.com> Change-Id: If6a0b0ba9efc95180bdd2e26a1422663ab957ea0
This commit is contained in:

committed by
Damjan Marion

parent
049a2ea95f
commit
feb6702805
@ -732,7 +732,7 @@ ct_connect (app_worker_t * client_wrk, session_t * ll,
|
||||
clib_memcpy (&ho->c_rmt_ip, &sep->ip, sizeof (sep->ip));
|
||||
ho->flags |= CT_CONN_F_CLIENT;
|
||||
ho->c_s_index = ~0;
|
||||
ho->actual_tp = sep->transport_proto;
|
||||
ho->actual_tp = sep->original_tp;
|
||||
|
||||
/*
|
||||
* Accept connection on thread selected above. Connected reply comes
|
||||
|
Reference in New Issue
Block a user