diff options
author | Neale Ranns <nranns@cisco.com> | 2019-03-08 00:14:21 -0800 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-03-08 12:28:52 +0000 |
commit | 5d704aea534a88f6630c803d858bc01a58b4052d (patch) | |
tree | 44af7ff5c791f9cf0684c6650314c5d70aeb0e5f /src/plugins/gbp/gbp.api | |
parent | 035ea679d54700aee9fb86a8de436330bc8e3bc2 (diff) |
updates now that flags are supported on the API
Change-Id: I9c45f390a6454c114f12f9c46c3a93fcecffa73f
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'src/plugins/gbp/gbp.api')
-rw-r--r-- | src/plugins/gbp/gbp.api | 2 |
1 files changed, 0 insertions, 2 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, }; |