FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
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 |
Enable/disable IPv6 ND address autoconfiguration and setting up default routes.
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 |
u8 vl_api_ip6_nd_address_autoconfig_t::install_default_routes |