FD.io VPP
v19.08.3-2-gbabecb413
Vector Packet Processing
|
Add / del route request. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | is_add |
u8 | is_multipath |
vl_api_ip_route_t | route |
Add / del route request.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
is_multipath | - Set to 1 if these paths will be added/removed to/from the existing set, or 0 to replace the existing set. is_add=0 & is_multipath=0 implies delete all paths |
is_add | - Are the paths being added or removed |
vl_api_ip_route_t vl_api_ip_route_add_del_t::route |