FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
add or delete remote static mapping More...
Data Fields | |
u32 | client_index |
u32 | context |
bool | is_add [default=true] |
bool | is_src_dst |
bool | del_all |
u32 | vni |
u8 | action |
vl_api_eid_t | deid |
vl_api_eid_t | seid |
u32 | rloc_num |
vl_api_remote_locator_t | rlocs [rloc_num] |
add or delete remote static mapping
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 |
is_src_dst | - flag indicating src/dst based routing policy |
del_all | - if set, delete all remote mappings |
vni | - virtual network instance |
action | - negative map-reply action |
deid | - dst EID |
seid | - src EID, valid only if is_src_dst is enabled |
rloc_num | - number of remote locators |
rlocs | - remote locator records |
vl_api_remote_locator_t vl_api_one_add_del_remote_mapping_t::rlocs[rloc_num] |