FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Add an application server for a given VIP. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | vip_ip_prefix [16] |
u8 | vip_prefix_length |
u8 | protocol |
u16 | port |
u8 | as_address [16] |
u8 | is_del |
u8 | is_flush |
Add an application server for a given VIP.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
vip_ip_prefix | - VIP IP address (IPv4 in lower order 32 bits). |
vip_prefix_length | - VIP IP prefix length (96 + 'IPv4 prefix length' for IPv4). |
protocol | - tcp or udp. |
port | - destination port. |
as_address | - The application server address (IPv4 in lower order 32 bits). |
is_del | - The AS should be removed. |
is_flush | - The sessions related to this AS should be flushed. |