FD.io VPP  v18.01-8-g0eacf49
Vector Packet Processing
vl_api_lb_add_del_vip_t Struct Reference

Add a virtual address (or prefix) More...

Data Fields

u32 client_index
 
u32 context
 
u8 ip_prefix [16]
 
u8 prefix_length
 
u8 is_gre4
 
u32 new_flows_table_length
 
u8 is_del
 

Detailed Description

Add a virtual address (or prefix)

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
ip_prefix- IP address (IPv4 in lower order 32 bits).
prefix_length- IP prefix length (96 + 'IPv4 prefix length' for IPv4).
is_gre4- Encap is ip4 GRE (ip6 GRE otherwise).
new_flows_table_length- Size of the new connections flow table used for this VIP (must be power of 2).
is_del- The VIP should be removed.

Definition at line 33 of file lb.api.

Field Documentation

u32 vl_api_lb_add_del_vip_t::client_index

Definition at line 34 of file lb.api.

u32 vl_api_lb_add_del_vip_t::context

Definition at line 35 of file lb.api.

u8 vl_api_lb_add_del_vip_t::ip_prefix[16]

Definition at line 36 of file lb.api.

u8 vl_api_lb_add_del_vip_t::is_del

Definition at line 40 of file lb.api.

u8 vl_api_lb_add_del_vip_t::is_gre4

Definition at line 38 of file lb.api.

u32 vl_api_lb_add_del_vip_t::new_flows_table_length

Definition at line 39 of file lb.api.

u8 vl_api_lb_add_del_vip_t::prefix_length

Definition at line 37 of file lb.api.


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