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

Add/delete map server. More...

Data Fields

u32 client_index
 
u32 context
 
u8 is_add
 
u8 is_ipv6
 
u8 ip_address [16]
 

Detailed Description

Add/delete map server.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
is_add- add address if non-zero; delete otherwise
is_ipv6- if non-zero the address is ipv6, else ipv4
ip_address- map server IP address

Definition at line 114 of file lisp.api.

Field Documentation

◆ client_index

u32 vl_api_lisp_add_del_map_server_t::client_index

Definition at line 116 of file lisp.api.

◆ context

u32 vl_api_lisp_add_del_map_server_t::context

Definition at line 117 of file lisp.api.

◆ ip_address

u8 vl_api_lisp_add_del_map_server_t::ip_address[16]

Definition at line 120 of file lisp.api.

◆ is_add

u8 vl_api_lisp_add_del_map_server_t::is_add

Definition at line 118 of file lisp.api.

◆ is_ipv6

u8 vl_api_lisp_add_del_map_server_t::is_ipv6

Definition at line 119 of file lisp.api.


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