FD.io VPP  v19.04.1-1-ge4a0f9f
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 protocol
 
u16 port
 
u8 as_address [16]
 
u8 is_del
 
u8 is_flush
 

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_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.

Definition at line 67 of file lb.api.

Field Documentation

u8 vl_api_lb_add_del_as_t::as_address[16]

Definition at line 74 of file lb.api.

u32 vl_api_lb_add_del_as_t::client_index

Definition at line 68 of file lb.api.

u32 vl_api_lb_add_del_as_t::context

Definition at line 69 of file lb.api.

u8 vl_api_lb_add_del_as_t::is_del

Definition at line 75 of file lb.api.

u8 vl_api_lb_add_del_as_t::is_flush

Definition at line 76 of file lb.api.

u16 vl_api_lb_add_del_as_t::port

Definition at line 73 of file lb.api.

u8 vl_api_lb_add_del_as_t::protocol

Definition at line 72 of file lb.api.

u8 vl_api_lb_add_del_as_t::vip_ip_prefix[16]

Definition at line 70 of file lb.api.

u8 vl_api_lb_add_del_as_t::vip_prefix_length

Definition at line 71 of file lb.api.


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