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

dhcpv6: use new TransactionID type #21

Closed hugelgupf closed 5 years ago

stapelberg commented 5 years ago

Travis fails with:

# github.com/rtr7/router7/internal/dhcp6 [github.com/rtr7/router7/internal/dhcp6.test]
internal/dhcp6/dhcp6_test.go:49:21: undefined: dhcpv6

Is that unrelated to your change? If no, please fix :)

insomniacslk commented 5 years ago

ping @hugelgupf - missing import in dhcp6_test.go :)

hugelgupf commented 5 years ago

oops, fixed.