18 #ifndef included_l2bd_h 19 #define included_l2bd_h 50 #define L2_FLOOD_MEMBER_NORMAL 0 51 #define L2_FLOOD_MEMBER_BVI 1 116 #define L2_BD_ID_MAX ((1<<24)-1) 206 const ip46_address_t * ip_addr,
void bd_flush_ip_mac(u32 bd_index)
Flush IP address to MAC address mapping tables in a BD.
l2_flood_member_t * members
void bd_add_member(l2_bridge_domain_t *bd_config, l2_flood_member_t *member)
int bd_add_del(l2_bridge_domain_add_del_args_t *args)
vl_api_interface_index_t sw_if_index
u32 bd_set_flags(vlib_main_t *vm, u32 bd_index, bd_flags_t flags, u32 enable)
Set the learn/forward/flood flags for the bridge domain.
u32 bd_add_bd_index(bd_main_t *bdm, u32 bd_id)
Create a bridge domain.
uword * bd_index_by_bd_id
u32 bd_add_del_ip_mac(u32 bd_index, ip46_type_t type, const ip46_address_t *ip_addr, const mac_address_t *mac, u8 is_add)
Add/delete IP address to MAC address mapping.
enum l2_bd_port_type_t_ l2_bd_port_type_t
static u32 bd_is_valid(l2_bridge_domain_t *bd_config)
u32 bd_remove_member(l2_bridge_domain_t *bd_config, u32 sw_if_index)
static u32 bd_find_or_add_bd_index(bd_main_t *bdm, u32 bd_id)
Get or create a bridge domain.
void bd_set_mac_age(vlib_main_t *vm, u32 bd_index, u8 age)
Set the mac age for the bridge domain.
u32 bd_find_index(bd_main_t *bdm, u32 bd_id)
Get a bridge domain.
void bd_validate(l2_bridge_domain_t *bd_config)
Init bridge domain if not done already.
enum bd_flags_t_ bd_flags_t