X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fvnet%2Fl2%2Fl2_bd.h;h=987569aad9e28b794d3d97f0409136fecbf3d11e;hp=226e30ecfd4cdec9c52cf95c38ec7e8f8fbceccb;hb=4d5b917;hpb=65ed2d0503bc8d9a6a66ca1ece87e3e876ff95cc diff --git a/src/vnet/l2/l2_bd.h b/src/vnet/l2/l2_bd.h index 226e30ecfd4..987569aad9e 100644 --- a/src/vnet/l2/l2_bd.h +++ b/src/vnet/l2/l2_bd.h @@ -20,6 +20,8 @@ #include #include +#include +#include typedef enum l2_bd_port_type_t_ { @@ -198,7 +200,9 @@ bd_find_or_add_bd_index (bd_main_t * bdm, u32 bd_id) } u32 bd_add_del_ip_mac (u32 bd_index, - u8 * ip_addr, u8 * mac_addr, u8 is_ip6, u8 is_add); + ip46_type_t type, + const ip46_address_t * ip_addr, + const mac_address_t * mac, u8 is_add); #endif