facebookincubator / dhcplb

dhcplb is Facebook's implementation of a load balancer for DHCP.
MIT License
1.05k stars 90 forks source link

"undefined: dhcpv6.OptClientId" error during "go get github.com/facebookincubator/dhcplb" #30

Closed abckey closed 4 years ago

abckey commented 4 years ago

In my vagrant setup, I started to face this probelm recently.

root@dhcplb:~# go get github.com/facebookincubator/dhcplb /opt/go/src/github.com/facebookincubator/dhcplb/lib/handler.go:276:24: undefined: dhcpv6.OptClientId

root@dhcplb:~# go version go version go1.13 linux/amd64

insomniacslk commented 4 years ago

This was broken by https://github.com/insomniacslk/dhcp/pull/343 , I'll put up a fix

insomniacslk commented 4 years ago

first of two fixes: https://github.com/insomniacslk/dhcp/pull/364

insomniacslk commented 4 years ago

also pending https://github.com/insomniacslk/dhcp/pull/349