misc: Purge unused pg includes
[vpp.git] / src / plugins / ct6 / ct6_in2out.c
index 34744ec..39da789 100644 (file)
@@ -16,7 +16,6 @@
  */
 #include <vlib/vlib.h>
 #include <vnet/vnet.h>
-#include <vnet/pg/pg.h>
 #include <vppinfra/error.h>
 #include <ct6/ct6.h>
 
@@ -267,7 +266,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 &&