netboot/dhcp4
David Anderson 6766b5ca59 dhcp4: make it required for Conn.RecvDHCP to return interface information.
As it turns out, it's fairly difficult to do anything useful with DHCP
without this information, and the Conn implementations I can think of
all provide the information, so we might as well make it a requirement.
2016-08-10 21:39:05 -07:00
..
testdata dhcp: rename to dhcp4. 2016-05-15 13:39:49 -07:00
conn_linux.go dhcp4: correct the default address for linuxConn. 2016-07-17 01:59:10 -07:00
conn_test.go Actually name the package correctly, so that it can be imported. 2016-05-17 21:52:27 -07:00
conn.go dhcp4: make it required for Conn.RecvDHCP to return interface information. 2016-08-10 21:39:05 -07:00
doc.go Actually name the package correctly, so that it can be imported. 2016-05-17 21:52:27 -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