From 5d704aea534a88f6630c803d858bc01a58b4052d Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Fri, 8 Mar 2019 00:14:21 -0800 Subject: [PATCH] updates now that flags are supported on the API Change-Id: I9c45f390a6454c114f12f9c46c3a93fcecffa73f Signed-off-by: Neale Ranns --- src/plugins/gbp/gbp.api | 2 -- src/vnet/ipsec/ipsec.api | 5 ----- 2 files changed, 7 deletions(-) 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 -- 2.16.6