FD.io VPP  v18.04-17-g3a0d853
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
 
u8 is_ipv6
 
u8 ip_address [16]
 
u8 mac_address [6]
 

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 451 of file l2.api.

Field Documentation

u32 vl_api_bd_ip_mac_add_del_t::bd_id

Definition at line 455 of file l2.api.

u32 vl_api_bd_ip_mac_add_del_t::client_index

Definition at line 453 of file l2.api.

u32 vl_api_bd_ip_mac_add_del_t::context

Definition at line 454 of file l2.api.

u8 vl_api_bd_ip_mac_add_del_t::ip_address[16]

Definition at line 458 of file l2.api.

u8 vl_api_bd_ip_mac_add_del_t::is_add

Definition at line 456 of file l2.api.

u8 vl_api_bd_ip_mac_add_del_t::is_ipv6

Definition at line 457 of file l2.api.

u8 vl_api_bd_ip_mac_add_del_t::mac_address[6]

Definition at line 459 of file l2.api.


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