BD ARP entry use common API types
[vpp.git] / src / vnet / l2 / l2.api
index 7a1fb49..8b65bc3 100644 (file)
  * 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
@@ -481,8 +484,8 @@ autoreply define bd_ip_mac_add_del
   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