FD.io VPP
v19.04.4-rc0-5-ge88582fac
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 | protocol |
u16 | port |
u8 | encap |
u8 | dscp |
u8 | type |
u16 | target_port |
u16 | node_port |
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). |
protocol | - tcp or udp. |
port | - destination port. (0) means 'all-port VIP' |
encap | - Encap is ip4 GRE(0) or ip6 GRE(1) or L3DSR(2) or NAT4(3) or NAT6(4). |
dscp | - DSCP bit corresponding to VIP(applicable in L3DSR mode only). |
type | - service type(applicable in NAT4/NAT6 mode only). |
target_port | - Pod's port corresponding to specific service(applicable in NAT4/NAT6 mode only). |
node_port | - Node's port(applicable in NAT4/NAT6 mode only). |
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. |