Expand description
IPv6 stateless address autoconfiguration (SLAAC), built into the interface.
Turn it on per interface with Iface::set_slaac.
The stack then sends router solicitations, and from the router advertisements
it receives it forms addresses (EUI-64 from the hardware address) and installs
default routes on the interface. Both expire with the lifetimes the router
advertised.
Needs the slaac feature.
Structsยง
- Slaac
Config - SLAAC configuration, passed to
Iface::set_slaac. - Slaac
State - What SLAAC has learned from the routers on the link, for the application.