updates now that flags are supported on the API 31/18131/2
authorNeale Ranns <nranns@cisco.com>
Fri, 8 Mar 2019 08:14:21 +0000 (00:14 -0800)
committerOle Trøan <otroan@employees.org>
Fri, 8 Mar 2019 12:28:52 +0000 (12:28 +0000)
Change-Id: I9c45f390a6454c114f12f9c46c3a93fcecffa73f
Signed-off-by: Neale Ranns <nranns@cisco.com>
src/plugins/gbp/gbp.api
src/vnet/ipsec/ipsec.api

index 342c98b..303ea1c 100644 (file)
@@ -100,8 +100,6 @@ enum gbp_endpoint_flags
   GBP_API_ENDPOINT_FLAG_BOUNCE = 0x1,
   GBP_API_ENDPOINT_FLAG_REMOTE = 0x2,
   GBP_API_ENDPOINT_FLAG_LEARNT = 0x4,
-  /* hey Ole WTF */
-  GBP_API_ENDPOINT_FLAG_REMOTE_LEARNT = 0x6,
   GBP_API_ENDPOINT_FLAG_EXTERNAL = 0x8,
 };
 
index 778bd69..4e53375 100644 (file)
@@ -232,11 +232,6 @@ enum ipsec_sad_flags
   IPSEC_API_SAD_FLAG_IS_TUNNEL_V6 = 0x08,
   /* enable UDP encapsulation for NAT traversal */
   IPSEC_API_SAD_FLAG_UDP_ENCAP = 0x10,
-
-  /* come-on Ole please fix this */
-  IPSEC_API_SAD_COMBO_12 = 12,
-  IPSEC_API_SAD_COMBO_18 = 18,
-  IPSEC_API_SAD_COMBO_20 = 20,
 };
 
 enum ipsec_proto