FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
vl_api_bd_ip_mac_add_del_t Struct Reference

Set bridge domain ip to mac entry request. More...

Data Fields

u32 client_index
 
u32 context
 
u32 bd_id
 
u8 is_add
 
vl_api_address_t ip
 
vl_api_mac_address_t mac
 

Detailed Description

Set bridge domain ip to mac entry 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_add- if non-zero, add the entry, else clear it
is_ipv6- if non-zero, ipv6 address, else ipv4 address
mac_address- MAC address

Definition at line 480 of file l2.api.

Field Documentation

◆ bd_id

u32 vl_api_bd_ip_mac_add_del_t::bd_id

Definition at line 484 of file l2.api.

◆ client_index

u32 vl_api_bd_ip_mac_add_del_t::client_index

Definition at line 482 of file l2.api.

◆ context

u32 vl_api_bd_ip_mac_add_del_t::context

Definition at line 483 of file l2.api.

◆ ip

vl_api_address_t vl_api_bd_ip_mac_add_del_t::ip

Definition at line 486 of file l2.api.

◆ is_add

u8 vl_api_bd_ip_mac_add_del_t::is_add

Definition at line 485 of file l2.api.

◆ mac

vl_api_mac_address_t vl_api_bd_ip_mac_add_del_t::mac

Definition at line 487 of file l2.api.


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