FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
add or delete locator for locator set More...
Data Fields | |
u32 | client_index |
u32 | context |
bool | is_add [default=true] |
string | locator_set_name [64] |
vl_api_interface_index_t | sw_if_index |
u8 | priority |
u8 | weight |
add or delete locator for 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 | - name of locator_set to add/del locator |
sw_if_index | - index of the interface |
priority | - priority of the locator |
weight | - weight of the locator |
vl_api_interface_index_t vl_api_one_add_del_locator_t::sw_if_index |