GBP: Sclass to src-epg conversions
[vpp.git] / src / plugins / gbp / gbp.api
index e96cb50..a7a9a7e 100644 (file)
@@ -31,6 +31,7 @@ typedef gbp_bridge_domain
   vl_api_gbp_bridge_domain_flags_t flags;
   u32 bvi_sw_if_index;
   u32 uu_fwd_sw_if_index;
+  u32 bm_flood_sw_if_index;
 };
 
 autoreply define gbp_bridge_domain_add
@@ -159,6 +160,7 @@ define gbp_endpoint_details
 typeonly define gbp_endpoint_group
 {
   u16 epg_id;
+  u16 sclass;
   u32 bd_id;
   u32 rd_id;
   u32 uplink_sw_if_index;