diff options
author | Tamir Duberstein <tamird@google.com> | 2019-03-04 09:00:05 -0800 |
---|---|---|
committer | Shentubot <shentubot@google.com> | 2019-03-04 09:01:03 -0800 |
commit | bc70897bb45bc4e911043dd4db59f090820d9489 (patch) | |
tree | 8ea6c2851060df83ca138be85d5a75bb5dcdd11f /pkg/dhcp/BUILD | |
parent | d811c1016d090ea88a687bd9bef4951dc08b391d (diff) |
Reconcile DHCP with SO_BROADCAST
Now that we have SO_BROADCAST, we don't need (some of) the hackery in the DHCP
client. This also fixes a bizarre regression observed in Fuchsia where DHCP
acquisition was taking over two minutes.
PiperOrigin-RevId: 236661954
Change-Id: Ibcfe5d311fa5df8ff4ff2e40ccedffe91f92daa5
Diffstat (limited to 'pkg/dhcp/BUILD')
-rw-r--r-- | pkg/dhcp/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/dhcp/BUILD b/pkg/dhcp/BUILD index 003620b48..ac39e04d7 100644 --- a/pkg/dhcp/BUILD +++ b/pkg/dhcp/BUILD @@ -15,6 +15,7 @@ go_library( "//pkg/rand", "//pkg/tcpip", "//pkg/tcpip/buffer", + "//pkg/tcpip/header", "//pkg/tcpip/network/ipv4", "//pkg/tcpip/stack", "//pkg/tcpip/transport/udp", |