ct6: dst,src copy typo
Type: fix Signed-off-by: Neale Ranns <nranns@cisco.com> Change-Id: I266fa5dc637383fd8dac6592c9c266a1b70a73e9
This commit is contained in:

committed by
Paul Vinciguerra

parent
b3745c431e
commit
629e268aa1
@@ -267,7 +267,7 @@ ct6_in2out_inline (vlib_main_t * vm,
|
||||
*/
|
||||
if (PREDICT_FALSE (!ip6_address_is_global_unicast (&ip0->src_address)
|
||||
||
|
||||
!ip6_address_is_global_unicast (&ip0->src_address)))
|
||||
!ip6_address_is_global_unicast (&ip0->dst_address)))
|
||||
goto trace0;
|
||||
/* Pass non-udp, non-tcp traffic */
|
||||
if (PREDICT_FALSE (ip0->protocol != IP_PROTOCOL_TCP &&
|
||||
|
Reference in New Issue
Block a user