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

Add a pod for a given VIP. More...

Data Fields

u32 client_index
 
u32 context
 
u8 vip_ip_prefix [16]
 
u8 vip_prefix_length
 
u8 vip_is_ipv6
 
u8 pod_address [16]
 
u8 pod_is_ipv6
 
u8 is_del
 

Detailed Description

Add a pod 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).
vip_is_ipv6- VIP is IPv6 addresss.
pod_address- The pod's IP address (IPv4 in lower order 32 bits).
pod_is_ipv6- Pod is IPv6 addresss.
is_del- The Pod should be removed.

Definition at line 72 of file kp.api.

Field Documentation

u32 vl_api_kp_add_del_pod_t::client_index

Definition at line 73 of file kp.api.

u32 vl_api_kp_add_del_pod_t::context

Definition at line 74 of file kp.api.

u8 vl_api_kp_add_del_pod_t::is_del

Definition at line 80 of file kp.api.

u8 vl_api_kp_add_del_pod_t::pod_address[16]

Definition at line 78 of file kp.api.

u8 vl_api_kp_add_del_pod_t::pod_is_ipv6

Definition at line 79 of file kp.api.

u8 vl_api_kp_add_del_pod_t::vip_ip_prefix[16]

Definition at line 75 of file kp.api.

u8 vl_api_kp_add_del_pod_t::vip_is_ipv6

Definition at line 77 of file kp.api.

u8 vl_api_kp_add_del_pod_t::vip_prefix_length

Definition at line 76 of file kp.api.


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