![]() |
FD.io VPP
v19.08.2-294-g37e99c22d
Vector Packet Processing
|
Add an application server for a given VIP. More...
Data Fields | |
| u32 | client_index |
| u32 | context |
| vl_api_address_with_prefix_t | pfx |
| u8 | protocol [default=255] |
| u16 | port |
| vl_api_address_t | as_address |
| bool | is_del |
| bool | 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 |
| pfx | - ip prefix and length |
| 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. |