![]() |
FD.io VPP
v18.01.1-37-g7ea3975
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 | as_address [16] |
| u8 | is_del |
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_ip_prefix | - VIP IP prefix length (96 + 'IPv4 prefix length' for IPv4). |
| as_address | - The application server address (IPv4 in lower order 32 bits). |
| is_del | - The AS should be removed. |