FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
L2 bridge domain operational state response. More...
Data Fields | |
u32 | context |
u32 | bd_id |
u8 | flood |
u8 | uu_flood |
u8 | forward |
u8 | learn |
u8 | arp_term |
u8 | arp_ufwd |
u8 | mac_age |
u8 | bd_tag [64] |
u32 | bvi_sw_if_index |
u32 | uu_fwd_sw_if_index |
u32 | n_sw_ifs |
vl_api_bridge_domain_sw_if_t | sw_if_details [n_sw_ifs] |
L2 bridge domain operational state response.
bd_id | - the bridge domain id |
flood | - bcast/mcast flooding state on all interfaces in the bd |
uu_flood | - unknown unicast flooding state on all interfaces in the bd |
forward | - forwarding state on all interfaces in the bd |
learn | - learning state on all interfaces in the bd |
arp_term | - arp termination state on all interfaces in the bd |
arp_ufwd | - arp unicast forwarding state on all interfaces in the bd |
mac_age | - mac aging time in min, 0 for disabled |
bd_tag | - optional textual tag for the bridge domain |
n_sw_ifs | - number of sw_if_index's in the domain |
vl_api_bridge_domain_sw_if_t vl_api_bridge_domain_details_t::sw_if_details[n_sw_ifs] |