FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
L2 bridge domain add or delete request. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | bd_id |
bool | flood |
bool | uu_flood |
bool | forward |
bool | learn |
bool | arp_term |
bool | arp_ufwd |
u8 | mac_age |
string | bd_tag [64] |
bool | is_add [default=true] |
L2 bridge domain add or delete request.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
bd_id | - the bridge domain to create |
flood | - enable/disable bcast/mcast flooding in the bd |
uu_flood | - enable/disable unknown unicast flood in the bd |
forward | - enable/disable forwarding on all interfaces in the bd |
learn | - enable/disable learning on all interfaces in the bd |
arp_term | - enable/disable arp termination in the bd |
arp_ufwd | - enable/disable arp unicast forwarding in the bd |
mac_age | - mac aging time in min, 0 for disabled |
is_add | - add or delete flag |