X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fl2%2Fl2.api;h=ea24a71feb55acc2a4f65763a56be7750145b083;hb=8006c6a;hp=2164ca744066279b783f69975d3a8f8bc1df04ed;hpb=b474380f82b75d9640f9bf6ee78c891a6794dbfb;p=vpp.git diff --git a/src/vnet/l2/l2.api b/src/vnet/l2/l2.api index 2164ca74406..ea24a71feb5 100644 --- a/src/vnet/l2/l2.api +++ b/src/vnet/l2/l2.api @@ -14,7 +14,10 @@ * limitations under the License. */ -option version = "2.0.1"; +option version = "2.1.1"; + +import "vnet/ip/ip_types.api"; +import "vnet/ethernet/ethernet_types.api"; /** \brief Reply to l2_xconnect_dump @param context - sender context which was passed in the request @@ -449,7 +452,7 @@ enum l2_port_type @param context - sender context, to match reply w/ request @param rx_sw_if_index - the interface @param bd_id - bridge domain id - @param bvi - Setup interface as a bvi, bridge mode only + @param port_type - port_mode, see #l2_port_type @param shg - Split horizon group, for bridge mode only @param enable - Enable beige mode if not 0, else set to L3 mode */ @@ -480,9 +483,8 @@ autoreply define bd_ip_mac_add_del u32 context; u32 bd_id; u8 is_add; - u8 is_ipv6; - u8 ip_address[16]; - u8 mac_address[6]; + vl_api_address_t ip; + vl_api_mac_address_t mac; }; /** \brief bridge domain IP to MAC entry details structure @@ -497,7 +499,7 @@ define bd_ip_mac_details u32 bd_id; u8 is_ipv6; u8 ip_address[16]; - u8 mac_address[6]; + vl_api_mac_address_t mac_address; }; /** \brief Dump bridge domain IP to MAC entries