ipsec: fast path outbound policy matching implementation for ipv6
[vpp.git] / src / vnet / ipsec / ipsec_spd_policy.h
index 24c0e4c..5798511 100644 (file)
@@ -128,8 +128,11 @@ typedef union
        ip4_address_t laddr;
        ip4_address_t raddr;
       };
-      ip6_address_t ip6_laddr;
-      ip6_address_t ip6_raddr;
+      struct
+      {
+       ip6_address_t ip6_laddr;
+       ip6_address_t ip6_raddr;
+      };
     };
 
     u16 lport;