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

internal/dhcp6: fix build after DHCP library API change #23

Closed insomniacslk closed 5 years ago

insomniacslk commented 5 years ago

https://github.com/insomniacslk/dhcp/pull/241 will break the DHCP client API by moving the client to its own package, which in turn will break the build of router7. This PR to fix the build once the dependency change is merged.

stapelberg commented 5 years ago

Thanks, let me know once this is ready to merge.

insomniacslk commented 5 years ago

ping @stapelberg , this is ready

stapelberg commented 5 years ago

Thanks!