ct6: dst,src copy typo 85/28285/2
authorNeale Ranns <[email protected]>
Tue, 7 Jan 2020 01:41:16 +0000 (01:41 +0000)
committerDave Wallace <[email protected]>
Wed, 12 Aug 2020 15:28:04 +0000 (15:28 +0000)
Type: fix

Signed-off-by: Neale Ranns <[email protected]>
Change-Id: I266fa5dc637383fd8dac6592c9c266a1b70a73e9
(cherry picked from commit 629e268aa171a8bc03fb93fc995725b78ae64063)

MAINTAINERS
src/plugins/ct6/ct6_in2out.c

index 19af788..6f6718a 100644 (file)
@@ -541,6 +541,11 @@ I: papi
 M:     Ole Troan <[email protected]>
 F:     src/vpp-api/python
 
+IPv6 Connection Tracker
+I:      ct6
+M:      Dave Barach <[email protected]>
+F:      src/plugins/ct6
+
 Plugin - SCTP
 I:     sctp
 F:     src/plugins/sctp/
index 2e151f7..602cea2 100644 (file)
@@ -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 &&