FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Set bridge flags (such as L2_LEARN, L2_FWD, L2_FLOOD, L2_UU_FLOOD, or L2_ARP_TERM bits) request. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | bd_id |
u8 | is_set |
u32 | feature_bitmap |
Set bridge flags (such as L2_LEARN, L2_FWD, L2_FLOOD, L2_UU_FLOOD, or L2_ARP_TERM bits) request.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
bd_id | - the bridge domain to set the flags for |
is_set | - if non-zero, set the flags, else clear them |
feature_bitmap | - bits (as above) that are non-zero to set or clear |