X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fvnet%2Fl2%2Fl2_bd.h;h=65d3dadab28f7f05be11e1a44f0ef84c1e1bbf33;hp=987569aad9e28b794d3d97f0409136fecbf3d11e;hb=e26c81f;hpb=2500c79423c7d8d35b4e7b8f50060c09f2f857be diff --git a/src/vnet/l2/l2_bd.h b/src/vnet/l2/l2_bd.h index 987569aad9e..65d3dadab28 100644 --- a/src/vnet/l2/l2_bd.h +++ b/src/vnet/l2/l2_bd.h @@ -204,6 +204,8 @@ u32 bd_add_del_ip_mac (u32 bd_index, const ip46_address_t * ip_addr, const mac_address_t * mac, u8 is_add); +void bd_flush_ip_mac (u32 bd_index); + #endif /*