netboot/dhcp4
David Anderson fbcb237a6d dhcp4: bind listeners to 0.0.0.0 and filter based on received interface.
Some DHCP messages are broadcast to 255.255.255.255, and binding to a
specific address filters those packets out. Instead, we have to translate
the "listen on ip:port" intent to "listen on interface:port", and filter
based on the interface that received the packet.

Fixes #27.
2017-01-05 00:29:13 -08:00
..
testdata dhcp: rename to dhcp4. 2016-05-15 13:39:49 -07:00
conn_linux.go dhcp4: bind listeners to 0.0.0.0 and filter based on received interface. 2017-01-05 00:29:13 -08:00
conn_test.go dhcp4: bind listeners to 0.0.0.0 and filter based on received interface. 2017-01-05 00:29:13 -08:00
conn_unsupported.go dhcp4: Don't use the non-binding DHCP Conn silently on linux. 2016-08-28 16:16:47 -07:00
conn.go dhcp4: bind listeners to 0.0.0.0 and filter based on received interface. 2017-01-05 00:29:13 -08:00
doc.go dhcp4: correct the package documentation to match convention. 2016-08-15 00:46:45 -07:00
options_test.go Actually name the package correctly, so that it can be imported. 2016-05-17 21:52:27 -07:00
options.go dhcp4: allow duplication of option 56 (Debug message). 2016-06-18 16:44:06 -07:00
packet_test.go Actually name the package correctly, so that it can be imported. 2016-05-17 21:52:27 -07:00
packet.go dhcp4: Fix handling of the boot filename. 2016-08-08 20:45:57 -07:00