![]() |
FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
L2 bridge domain add or delete request. More...
Data Fields | |
| u32 | client_index |
| 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] |
| u8 | is_add |
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 |