FD.io VPP
v19.08.3-2-gbabecb413
Vector Packet Processing
|
IPv6 router advertisement prefix config request. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | sw_if_index |
vl_api_prefix_t | prefix |
u8 | use_default |
u8 | no_advertise |
u8 | off_link |
u8 | no_autoconfig |
u8 | no_onlink |
u8 | is_no |
u32 | val_lifetime |
u32 | pref_lifetime |
IPv6 router advertisement prefix config request.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
sw_if_index | - The interface the RA prefix information is for |
prefix | - The prefix to advertise |
use_default | - Revert to default settings |
no_advertise | - Do not advertise this prefix |
off_link | - The prefix is off link (it is not configured on the interface) Configures the L-flag, When set, indicates that this prefix can be used for on-link determination. |
no_autoconfig | - Setting for the A-flag. When set indicates that this prefix can be used for stateless address configuration. |
no_onlink | - The prefix is not on link. Make sure this is consistent with the off_link parameter else YMMV |
is_no | - add/delete |
val_lifetime | - The length of time in seconds (relative to the time the packet is sent) that the prefix is valid for the purpose of on-link determination. A value of all one bits (0xffffffff) represents infinity |
pref_lifetime | - The length of time in seconds (relative to the time the packet is sent) that addresses generated from the prefix via stateless address autoconfiguration remain preferred [ADDRCONF]. A value of all one bits (0xffffffff) represents infinity. |
vl_api_prefix_t vl_api_sw_interface_ip6nd_ra_prefix_t::prefix |