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

Enable/disable IPv6 ND address autoconfiguration and setting up default routes. More...

Data Fields

u32 client_index
 
u32 context
 
vl_api_interface_index_t sw_if_index
 
bool enable
 
bool install_default_routes
 

Detailed Description

Enable/disable IPv6 ND address autoconfiguration and setting up default routes.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
sw_if_index- interface to enable the autoconfigutation on
enable- 1 to enable address autoconfiguration, 0 to disable
install_default_routes- 1 to enable installing defaut routes, 0 to disable installing defaut routes, the value is ignored (and taken as 0) when enable param is set to 0

Definition at line 31 of file rd_cp.api.

Field Documentation

◆ client_index

u32 vl_api_ip6_nd_address_autoconfig_t::client_index

Definition at line 33 of file rd_cp.api.

◆ context

u32 vl_api_ip6_nd_address_autoconfig_t::context

Definition at line 34 of file rd_cp.api.

◆ enable

bool vl_api_ip6_nd_address_autoconfig_t::enable

Definition at line 36 of file rd_cp.api.

◆ install_default_routes

bool vl_api_ip6_nd_address_autoconfig_t::install_default_routes

Definition at line 37 of file rd_cp.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_ip6_nd_address_autoconfig_t::sw_if_index

Definition at line 35 of file rd_cp.api.


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