FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
vl_api_bridge_flags_t Struct Reference

Set bridge flags (such as L2_LEARN, L2_FWD, L2_FLOOD, L2_UU_FLOOD, or L2_ARP_TERM) request. More...

Data Fields

u32 client_index
 
u32 context
 
u32 bd_id
 
u8 is_set
 
u32 feature_bitmap
 

Detailed Description

Set bridge flags (such as L2_LEARN, L2_FWD, L2_FLOOD, L2_UU_FLOOD, or L2_ARP_TERM) request.

Template Parameters
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 that are non-zero to set or clear

Definition at line 1630 of file vpe.api.

Field Documentation

u32 vl_api_bridge_flags_t::bd_id

Definition at line 1634 of file vpe.api.

u32 vl_api_bridge_flags_t::client_index

Definition at line 1632 of file vpe.api.

u32 vl_api_bridge_flags_t::context

Definition at line 1633 of file vpe.api.

u32 vl_api_bridge_flags_t::feature_bitmap

Definition at line 1636 of file vpe.api.

u8 vl_api_bridge_flags_t::is_set

Definition at line 1635 of file vpe.api.


The documentation for this struct was generated from the following file: