FD.io VPP
v18.01.2-1-g9b554f3
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_ipv6 |
u16 | port |
u16 | target_port |
u16 | node_port |
u8 | is_nat4 |
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_ipv6 | - Is IPv6 addresss. |
port | - service port; |
target_port | - Pod's port corresponding to specific service. |
node_port | - Node's port. |
is_nat4 | - DNAT is NAT44 (NAT64 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. |