FD.io VPP  v19.01.2-3-gf61a1a8
Vector Packet Processing
vl_api_lb_flush_vip_t Struct Reference

Flush a given vip. More...

Data Fields

u32 client_index
 
u32 context
 
u8 ip_prefix [16]
 
u8 prefix_length
 
u8 protocol
 
u16 port
 

Detailed Description

Flush a given vip.

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).
protocol- tcp or udp.
port- destination port.

Definition at line 86 of file lb.api.

Field Documentation

u32 vl_api_lb_flush_vip_t::client_index

Definition at line 87 of file lb.api.

u32 vl_api_lb_flush_vip_t::context

Definition at line 88 of file lb.api.

u8 vl_api_lb_flush_vip_t::ip_prefix[16]

Definition at line 89 of file lb.api.

u16 vl_api_lb_flush_vip_t::port

Definition at line 92 of file lb.api.

u8 vl_api_lb_flush_vip_t::prefix_length

Definition at line 90 of file lb.api.

u8 vl_api_lb_flush_vip_t::protocol

Definition at line 91 of file lb.api.


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