FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Add/delete map server. More...
Data Fields | |
u32 | client_index |
u32 | context |
bool | is_add [default=true] |
vl_api_address_t | ip_address |
Add/delete map server.
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 |
vl_api_address_t vl_api_one_add_del_map_server_t::ip_address |