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
/
dhcpv6
Age
Commit message (
Expand
)
Author
2018-06-11
Pass through unknown DUIDs (#71)
Michael Stapelberg
2018-06-11
add NewReplyFromRenew and NewReplyFromRebind (#72)
Pablo Mazzini
2018-06-10
add IsNetboot and IsUsingUEFI (#70)
Pablo Mazzini
2018-05-26
Add NewRelayReplFromRelayForw (#69)
Pablo Mazzini
2018-05-25
OptBootFileURL fields are now public (#68)
insomniac
2018-05-25
OptUserClass does not allow empty user classes (#67)
insomniac
2018-05-21
Tests for DUID, OptIAAddress and several fixes (#66)
insomniac
2018-05-20
OptIANA and OptElapsedTime now have public fields
Andrea Barberio
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-05-08
OptStatusCode: public fields, proper codes, and tests (#61)
insomniac
2018-05-06
Added tests for OptServerId (#59)
insomniac
2018-05-06
Added tests for OptClientId and using net.HardwareAddr for DUID (#58)
insomniac
2018-05-06
Added tests for OptClientArchType (#57)
insomniac
2018-05-02
Added WithClientId, WithServerId and tests (#56)
insomniac
2018-05-02
UpdateOption now adds the option if missing (#55)
insomniac
2018-05-02
NewMessage now accepts modifiers (#54)
insomniac
2018-05-01
Corrected variable name
Andrea Barberio
2018-05-02
UpdateOption is now part of the DHCPv6 interface (#53)
insomniac
2018-05-02
ClientID and ServerID are now public, with no setter/getter (#52)
insomniac
2018-04-30
Made client ID field public
Andrea Barberio
2018-04-30
add NewReplyFromRequest (#51)
Pablo Mazzini
2018-04-30
add NewAdvertiseFromSolicit (#50)
Pablo Mazzini
2018-04-27
fix EncapsulateRelay (#48)
Pablo Mazzini
2018-04-26
Fixed OptUserClass and added unit test (#47)
insomniac
2018-04-20
dhcpv6: option userclass: supporting multiple user classes (#44)
insomniac
2018-04-20
WithUserClass using the passed user class now
Andrea Barberio
2018-04-20
dhcpv6: added modifiers (#41)
insomniac
2018-04-19
OptArchType: made field public
Andrea Barberio
2018-04-18
dhcpv6: Client.Exchange returns all the intermediate packets
Andrea Barberio
2018-04-18
DHCPv6 client now waits for specific packet types (#38)
insomniac
2018-04-18
Fixed user class and status code options
Andrea Barberio
2018-04-18
Added missing field to user class, and added to ParseOption
Andrea Barberio
2018-04-18
Fixed user class option length
Andrea Barberio
2018-04-18
Fixed user class length
Andrea Barberio
2018-04-17
Added user class option and fixed status code option
Andrea Barberio
2018-04-17
dhcpv6: OptBootFileURL.String now uses string representation
Andrea Barberio
2018-04-17
dhcpv6: added DHCPv6Message.UpdateOption
Andrea Barberio
2018-04-10
add GetInnerPeerAddr (#33)
Pablo Mazzini
2018-04-09
add DUID-UUID (#32)
Pablo Mazzini
2018-04-09
fix OptIAPrefix (#31)
Pablo Mazzini
2018-04-08
fix OptRemoteId (#30)
Pablo Mazzini
2018-04-06
fix OptInterfaceId (#29)
Pablo Mazzini
2018-04-04
fix DHCPv6Relay ToBytes (#28)
Pablo Mazzini
2018-03-16
dhcpv4: Added OptionDomainName
Andrea Barberio
2018-03-10
dhcpv6: implemented NewClient and addressed linter warnings
Andrea Barberio
2018-03-08
Fixed use of t.Fatalf
Andrea Barberio
2018-03-06
Refactor tests to use stretchr/testify/require
Sean Karlage
2018-03-06
Fixed types for BSDP too
Andrea Barberio
2018-03-06
Fixed types for BSDP too
Andrea Barberio
[next]