index
:
insomniacslk-dhcp
master
relay
DHCPv6 and DHCPv4 packet library, client and server written in Go
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
netboot
Age
Commit message (
Expand
)
Author
2018-12-08
Added netconf v4 tests and required modifiers
Andrea Barberio
2018-12-08
Added netconf basic testing and required modifiers
Andrea Barberio
2018-11-27
simplify client interface (#181)
Pablo Mazzini
2018-11-21
rfc1035label: using a structure to hold original data
Andrea Barberio
2018-11-20
netboot: delay in IfUp to avoid hammering the CPU
Andrea Barberio
2018-11-19
dhcpv4: run on unconfigured interfaces (#198)
insomniac
2018-11-13
netboot: domain search list not mandatory
Andrea Barberio
2018-11-07
Add netboot/netconf support for DHCPv4 (#185)
Marco Guerri
2018-08-15
Fixing duplicate WithNetboot modifier in netboot package
Andrea Barberio
2018-07-30
DHCPv6: Rename Option constants to CamelCase
Sean Karlage
2018-07-29
Fix message type usage in netboot package
Sean Karlage
2018-07-16
Netboot: don't fail if no netboot url is returned
Andrea Barberio
2018-05-25
OptBootFileURL fields are now public (#68)
insomniac
2018-05-21
Tests for DUID, OptIAAddress and several fixes (#66)
insomniac
2018-05-20
Unbreak build after changing OptIANA interface (#65)
insomniac
2018-05-12
OptDomainSearchList: made fields public and added unit tests (#64)
insomniac
2018-05-10
OptDNSRecursiveNameServer gets public fields and tests, removes setter and ge...
insomniac
2018-04-22
Added netboot package (#45)
insomniac