rtr7 / router7

router7 is a small home internet router completely written in Go. It is implemented as a gokrazy appliance.
https://router7.org
Apache License 2.0
2.69k stars 110 forks source link

dhcp6: use NewSolicit instead of removed NewSolicitForInterface #28

Closed insomniacslk closed 5 years ago

insomniacslk commented 5 years ago

In https://github.com/insomniacslk/dhcp/pull/256 NewSolicitForInterface was removed in favour of NewSolicit. This PR fixes the build failure due to that change.

stapelberg commented 5 years ago

Thanks!