FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
vl_api_lisp_add_del_locator_set_t Struct Reference

add or delete locator_set More...

Data Fields

u32 client_index
 
u32 context
 
u8 is_add
 
u8 locator_set_name [64]
 
u32 locator_num
 
u8 locators [0]
 

Detailed Description

add or delete locator_set

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, else delete
locator_set_name- locator name
locator_num- number of locators
locators- LISP locator records Structure of one locator record is as follows:

typedef struct vl_api_locator_t_t { u32 sw_if_index; u8 priority; u8 weight; }

Definition at line 2427 of file vpe.api.

Field Documentation

u32 vl_api_lisp_add_del_locator_set_t::client_index

Definition at line 2429 of file vpe.api.

u32 vl_api_lisp_add_del_locator_set_t::context

Definition at line 2430 of file vpe.api.

u8 vl_api_lisp_add_del_locator_set_t::is_add

Definition at line 2431 of file vpe.api.

u32 vl_api_lisp_add_del_locator_set_t::locator_num

Definition at line 2433 of file vpe.api.

u8 vl_api_lisp_add_del_locator_set_t::locator_set_name[64]

Definition at line 2432 of file vpe.api.

u8 vl_api_lisp_add_del_locator_set_t::locators[0]

Definition at line 2434 of file vpe.api.


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