From: Neale Ranns Date: Fri, 8 Mar 2019 08:14:21 +0000 (-0800) Subject: updates now that flags are supported on the API X-Git-Tag: v19.04-rc1~276 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;ds=sidebyside;h=5d704aea5;p=vpp.git updates now that flags are supported on the API Change-Id: I9c45f390a6454c114f12f9c46c3a93fcecffa73f Signed-off-by: Neale Ranns --- diff --git a/src/plugins/gbp/gbp.api b/src/plugins/gbp/gbp.api index 342c98bb6b3..303ea1c15cc 100644 --- a/src/plugins/gbp/gbp.api +++ b/src/plugins/gbp/gbp.api @@ -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, }; diff --git a/src/vnet/ipsec/ipsec.api b/src/vnet/ipsec/ipsec.api index 778bd69c393..4e5337589a5 100644 --- a/src/vnet/ipsec/ipsec.api +++ b/src/vnet/ipsec/ipsec.api @@ -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