FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
vl_api_lb_add_del_as_t Struct Reference

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
 

Detailed Description

Add an application server for a given VIP.

Template Parameters
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.

Definition at line 49 of file lb.api.

Field Documentation

u8 vl_api_lb_add_del_as_t::as_address[16]

Definition at line 54 of file lb.api.

u32 vl_api_lb_add_del_as_t::client_index

Definition at line 50 of file lb.api.

u32 vl_api_lb_add_del_as_t::context

Definition at line 51 of file lb.api.

u8 vl_api_lb_add_del_as_t::is_del

Definition at line 55 of file lb.api.

u8 vl_api_lb_add_del_as_t::vip_ip_prefix[16]

Definition at line 52 of file lb.api.

u8 vl_api_lb_add_del_as_t::vip_prefix_length

Definition at line 53 of file lb.api.


The documentation for this struct was generated from the following file: