FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Add / del table request A table can be added multiple times, but need be deleted only once. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | table_id |
u8 | is_ipv6 |
u8 | is_add |
u8 | name [64] |
Add / del table request A table can be added multiple times, but need be deleted only once.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
is_ipv6 | - V4 or V6 table |
table_id | - table ID associated with the route This table ID will apply to both the unicats and mlticast FIBs |
name | - A client provided name/tag for the table. If this is not set by the client, then VPP will generate something meaningfull. |