![]() |
FD.io VPP
v21.01.1
Vector Packet Processing
|
Add / del route request. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| bool | is_add [default=true] |
| bool | 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 |