FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
vl_api_ip6_add_del_address_using_prefix_t Struct Reference

Add/delete IPv6 address optionally using available prefix. More...

Data Fields

u32 client_index
 
u32 context
 
vl_api_interface_index_t sw_if_index
 
string prefix_group [64]
 
vl_api_ip6_address_with_prefix_t address_with_prefix
 
bool is_add
 

Detailed Description

Add/delete IPv6 address optionally using available prefix.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
sw_if_index- software interface index of interface to add/delete address to/from
prefix_group- name of prefix group, prefix_group[0] == '\0' means no prefix should be used
address- address or suffix to be used with a prefix from selected group
prefix_length- subnet prefix for the address
is_add- 1 for add, 0 for remove

Definition at line 49 of file dhcp6_pd_client_cp.api.

Field Documentation

◆ address_with_prefix

vl_api_ip6_address_with_prefix_t vl_api_ip6_add_del_address_using_prefix_t::address_with_prefix

Definition at line 55 of file dhcp6_pd_client_cp.api.

◆ client_index

u32 vl_api_ip6_add_del_address_using_prefix_t::client_index

Definition at line 51 of file dhcp6_pd_client_cp.api.

◆ context

u32 vl_api_ip6_add_del_address_using_prefix_t::context

Definition at line 52 of file dhcp6_pd_client_cp.api.

◆ is_add

bool vl_api_ip6_add_del_address_using_prefix_t::is_add

Definition at line 56 of file dhcp6_pd_client_cp.api.

◆ prefix_group

string vl_api_ip6_add_del_address_using_prefix_t::prefix_group[64]

Definition at line 54 of file dhcp6_pd_client_cp.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_ip6_add_del_address_using_prefix_t::sw_if_index

Definition at line 53 of file dhcp6_pd_client_cp.api.


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