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
/
dhcpv4
/
modifiers_test.go
Age
Commit message (
Expand
)
Author
2019-11-20
Add test for WithRelayAgentInfo modifier.
kevin
2019-03-13
[dhcpv4] simplify userclass handling (#249)
Pablo Mazzini
2019-01-24
dhcpv4: getters instead of getters
Christopher Koch
2019-01-24
dhcpv4: nicer API for option parsing.
Christopher Koch
2019-01-19
dhcpv4: build more packets with modifiers
Christopher Koch
2019-01-15
dhcpv4: add option code list type for simpler modifiers.
Christopher Koch
2019-01-15
dhcpv4: conform to RFC 2131 with respect to options.
Christopher Koch
2019-01-11
dhcpv4: simplify marshaling options to binary.
Christopher Koch
2019-01-09
dhcpv4: export packet members; remove setters and getters.
Christopher Koch
2019-01-09
dhcpv4: simplify handling of client MAC.
Christopher Koch
2019-01-09
dhcpv4: introduce TransactionID type.
Christopher Koch
2018-12-08
Added netconf v4 tests and required modifiers
Andrea Barberio
2018-11-06
[WIP] Added DHCPv4 server (#178)
insomniac
2018-08-24
DHCPv4 relay modifier (#149)
Mikołaj Walczak
2018-08-22
Requested Options modifier for DHCPv4 (#147)
Mikołaj Walczak
2018-08-10
Added modifier for netbootv4 (#124)
Owen Mooney
2018-08-02
OptUserClass: use only the flag as authoritative
Pablo Mazzini
2018-07-29
Add support for modifiers to dhcpv4
Owen Mooney