gbp: update gbp-ext-itf API
[vpp.git] / src / plugins / gbp / gbp.api
index cf0564c..99be9c4 100644 (file)
@@ -393,11 +393,18 @@ define gbp_vxlan_tunnel_details
   vl_api_gbp_vxlan_tunnel_t tunnel;
 };
 
+enum gbp_ext_itf_flags
+{
+  GBP_API_EXT_ITF_F_NONE = 0,
+  GBP_API_EXT_ITF_F_ANON = 1,
+};
+
 typeonly define gbp_ext_itf
 {
   u32 sw_if_index;
   u32 bd_id;
   u32 rd_id;
+  vl_api_gbp_ext_itf_flags_t flags;
 };
 
 manual_print autoreply define gbp_ext_itf_add_del
@@ -420,14 +427,6 @@ define gbp_ext_itf_details
   vl_api_gbp_ext_itf_t ext_itf;
 };
 
-manual_print autoreply define gbp_ext_itf_anon_add_del
-{
-  u32 client_index;
-  u32 context;
-  u8  is_add;
-  vl_api_gbp_ext_itf_t ext_itf;
-};
-
 /*
  * Local Variables:
  * eval: (c-set-style "gnu")