FD.io VPP
v17.04.2-2-ga8f93f8
Vector Packet Processing
|
Add a virtual address (or prefix) More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | ip_prefix [16] |
u8 | prefix_length |
u8 | is_gre4 |
u32 | new_flows_table_length |
u8 | is_del |
Add a virtual address (or prefix)
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
ip_prefix | - IP address (IPv4 in lower order 32 bits). |
prefix_length | - IP prefix length (96 + 'IPv4 prefix length' for IPv4). |
is_gre4 | - Encap is ip4 GRE (ip6 GRE otherwise). |
new_flows_table_length | - Size of the new connections flow table used for this VIP (must be power of 2). |
is_del | - The VIP should be removed. |