L2 BD API to flush all IP-MAC entries in the specified BD
[vpp.git] / src / vnet / l2 / l2_bd.h
index 987569a..65d3dad 100644 (file)
@@ -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
 
 /*