netboot/dhcp6
2018-02-05 12:33:17 -08:00
..
testdata first stab at dhcpv6 support 2018-02-05 12:33:17 -08:00
address_pool.go Correct replies to solicit and request messages when address pool is exhausted are now generated 2018-02-05 12:33:17 -08:00
boot_configuration.go added support for generation of "dns servers" option 2018-02-05 12:33:17 -08:00
conn.go Fixed a bug around setting of server duid 2018-02-05 12:33:17 -08:00
options_test.go added support for generation of "dns servers" option 2018-02-05 12:33:17 -08:00
options.go added support for generation of "dns servers" option 2018-02-05 12:33:17 -08:00
packet_builder_test.go Fixed a bug around setting of server duid 2018-02-05 12:33:17 -08:00
packet_builder.go Fixed a bug around setting of server duid 2018-02-05 12:33:17 -08:00
packet_test.go extracted packet builder into a dedicated file 2018-02-05 12:33:17 -08:00
packet.go extracted packet builder into a dedicated file 2018-02-05 12:33:17 -08:00
random_address_pool_test.go Correct replies to solicit and request messages when address pool is exhausted are now generated 2018-02-05 12:33:17 -08:00
random_address_pool.go For compatibility with 1.7 replaced rand.Uint64() call with calls to rand.Uint32() 2018-02-05 12:33:17 -08:00