FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_bridge_flags_t Struct Reference

Set bridge flags request. More...

Data Fields

u32 client_index
 
u32 context
 
u32 bd_id
 
u8 is_set
 
vl_api_bd_flags_t flags
 

Detailed Description

Set bridge flags 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
flags- flags that are non-zero to set or clear

Definition at line 344 of file l2.api.

Field Documentation

◆ bd_id

u32 vl_api_bridge_flags_t::bd_id

Definition at line 348 of file l2.api.

◆ client_index

u32 vl_api_bridge_flags_t::client_index

Definition at line 346 of file l2.api.

◆ context

u32 vl_api_bridge_flags_t::context

Definition at line 347 of file l2.api.

◆ flags

vl_api_bd_flags_t vl_api_bridge_flags_t::flags

Definition at line 350 of file l2.api.

◆ is_set

u8 vl_api_bridge_flags_t::is_set

Definition at line 349 of file l2.api.


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