![]()  | 
  
    FD.io VPP
    v21.01.1
    
   Vector Packet Processing 
   | 
 
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 | 
Add/delete IPv6 address optionally using available prefix.
| 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.
| 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.
| u32 vl_api_ip6_add_del_address_using_prefix_t::client_index | 
Definition at line 51 of file dhcp6_pd_client_cp.api.
| u32 vl_api_ip6_add_del_address_using_prefix_t::context | 
Definition at line 52 of file dhcp6_pd_client_cp.api.
| bool vl_api_ip6_add_del_address_using_prefix_t::is_add | 
Definition at line 56 of file dhcp6_pd_client_cp.api.
| string vl_api_ip6_add_del_address_using_prefix_t::prefix_group[64] | 
Definition at line 54 of file dhcp6_pd_client_cp.api.
| 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.