FD.io VPP  v18.10-34-gcce845e
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
 
u32 sw_if_index
 
u8 enable
 
u8 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 29 of file rd_cp.api.

Field Documentation

u32 vl_api_ip6_nd_address_autoconfig_t::client_index

Definition at line 31 of file rd_cp.api.

u32 vl_api_ip6_nd_address_autoconfig_t::context

Definition at line 32 of file rd_cp.api.

u8 vl_api_ip6_nd_address_autoconfig_t::enable

Definition at line 34 of file rd_cp.api.

u8 vl_api_ip6_nd_address_autoconfig_t::install_default_routes

Definition at line 35 of file rd_cp.api.

u32 vl_api_ip6_nd_address_autoconfig_t::sw_if_index

Definition at line 33 of file rd_cp.api.


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