FD.io VPP
v17.01.1-3-gc6833f8
Vector Packet Processing
|
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] |
add or delete locator_set
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; }