Imported Upstream version 16.07-rc4
[deb_dpdk.git] / examples / ipsec-secgw / ipsec.h
index 0d2ee25..a442a74 100644 (file)
@@ -86,8 +86,8 @@ struct ip_addr {
                union {
                        uint64_t ip6[2];
                        uint8_t ip6_b[16];
-               };
-       };
+               } ip6;
+       } ip;
 };
 
 struct ipsec_sa {