facebookincubator / dhcplb

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

Compile error after dhcp lib update #23

Closed mahadeva604 closed 5 years ago

mahadeva604 commented 5 years ago

src/github.com/facebookincubator/dhcplb/lib/handler.go:269:20: undefined: dhcpv6.DHCPv6Relay src/github.com/facebookincubator/dhcplb/lib/handler.go:276:15: undefined: dhcpv6.DHCPv6Message src/github.com/facebookincubator/dhcplb/lib/handler.go:322:23: undefined: dhcpv6.DHCPv6Relay

pallotron commented 5 years ago

We will take a look today. Cc @pmazzini

pmazzini commented 5 years ago

This is due to the changes that were introduced in https://github.com/insomniacslk/dhcp/pull/253. I will fix it ASAP. @mahadeva604 Thanks for reporting it.

pmazzini commented 5 years ago

Updated.