FD.io VPP  v19.08.1-401-g8e4ed521a
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
 
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
 

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

Definition at line 64 of file lb.api.

Field Documentation

◆ as_address

vl_api_address_t vl_api_lb_add_del_as_t::as_address

Definition at line 70 of file lb.api.

◆ client_index

u32 vl_api_lb_add_del_as_t::client_index

Definition at line 65 of file lb.api.

◆ context

u32 vl_api_lb_add_del_as_t::context

Definition at line 66 of file lb.api.

◆ is_del

bool vl_api_lb_add_del_as_t::is_del

Definition at line 71 of file lb.api.

◆ is_flush

bool vl_api_lb_add_del_as_t::is_flush

Definition at line 72 of file lb.api.

◆ pfx

vl_api_address_with_prefix_t vl_api_lb_add_del_as_t::pfx

Definition at line 67 of file lb.api.

◆ port

u16 vl_api_lb_add_del_as_t::port

Definition at line 69 of file lb.api.

◆ protocol

u8 vl_api_lb_add_del_as_t::protocol[default=255]

Definition at line 68 of file lb.api.


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