FD.io VPP  v17.01.1-3-gc6833f8
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 1087 of file vpe.api.

Field Documentation

u32 vl_api_bd_ip_mac_add_del_t::bd_id

Definition at line 1091 of file vpe.api.

u32 vl_api_bd_ip_mac_add_del_t::client_index

Definition at line 1089 of file vpe.api.

u32 vl_api_bd_ip_mac_add_del_t::context

Definition at line 1090 of file vpe.api.

u8 vl_api_bd_ip_mac_add_del_t::ip_address[16]

Definition at line 1094 of file vpe.api.

u8 vl_api_bd_ip_mac_add_del_t::is_add

Definition at line 1092 of file vpe.api.

u8 vl_api_bd_ip_mac_add_del_t::is_ipv6

Definition at line 1093 of file vpe.api.

u8 vl_api_bd_ip_mac_add_del_t::mac_address[6]

Definition at line 1095 of file vpe.api.


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