-
Notifications
You must be signed in to change notification settings - Fork 471
Open
Labels
Description
I'd be interested in implementing IPv6 SLAAC support for smoltcp. I wonder what the best way to do this would be? I see DHCPv4 is implemented as a socket type. Would it be a good idea to go the same route here?
I did some first tests, starting an implementation outside of smoltcp, but got stuck as the IcmpSocket does not allow receiving the router advertisements (because its filters are too strict).
astro, Dirbaio, dlrobertson, benbrittain, bergzand and 4 more