xarxa

Crates

git

Versions

default

Flavors

Skip to main content

Module slaac

Module slaac 

Source
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ยง

SlaacConfig
SLAAC configuration, passed to Iface::set_slaac.
SlaacState
What SLAAC has learned from the routers on the link, for the application.