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
Age
Commit message (
Expand
)
Author
2018-11-13
Consolidated v6 and v4 server handlers (#196)
insomniac
2018-11-12
add OptRelayAgentInformation (#193)
insomniac
2018-11-12
OptRelayAgentInformation: increase coverage
Pablo Mazzini
2018-11-12
OptRelayAgentInformation: increase coverage
Pablo Mazzini
2018-11-12
OptRelayAgentInformation: increase coverage
Pablo Mazzini
2018-11-12
OptRelayAgentInformation: increase coverage
Pablo Mazzini
2018-11-12
OptRelayAgentInformation: increase coverage
Pablo Mazzini
2018-11-12
Make server handlers async
Andrea Barberio
2018-11-12
server: do not skip network errors in ActivateAndServe
Andrea Barberio
2018-11-11
OptRelayAgentInformation: increase coverage
Pablo Mazzini
2018-11-11
OptRelayAgentInformation: increase coverage
Pablo Mazzini
2018-11-11
OptRelayAgentInformation: increase coverage
Pablo Mazzini
2018-11-11
OptRelayAgentInformation: remove extra line
Pablo Mazzini
2018-11-11
OptRelayAgentInformation: increase coverage
Pablo Mazzini
2018-11-11
OptRelayAgentInformation: increase coverage
Pablo Mazzini
2018-11-11
OptRelayAgentInformation: increase coverage
Pablo Mazzini
2018-11-11
OptRelayAgentInformation: increase coverage
Pablo Mazzini
2018-11-11
OptRelayAgentInformation: increase coverage
Pablo Mazzini
2018-11-11
OptRelayAgentInformation: fix comment
Pablo Mazzini
2018-11-11
add OptRelayAgentInformation
Pablo Mazzini
2018-11-09
address comments
Pablo Mazzini
2018-11-09
add additional test
Pablo Mazzini
2018-11-09
update comments
Pablo Mazzini
2018-11-09
return nil vendor data
Pablo Mazzini
2018-11-09
return nil vendor data
Pablo Mazzini
2018-11-09
fix typo #2
Pablo Mazzini
2018-11-09
fix typo
Pablo Mazzini
2018-11-09
parse only option 60
Pablo Mazzini
2018-11-06
[ztp] add Opt60 (vc) and Opt124 (vico) parsing
Pablo Mazzini
2018-11-06
[WIP] Added DHCPv4 server (#178)
insomniac
2018-10-18
Make listening port for dhcpv4 client configurable (#179)
Gianni Vialetto
2018-10-17
Custom client/server addresses/ports for DHCPv4 client (#172)
Gianni Vialetto
2018-10-15
Added String methods for types (#175)
Pablo Mazzini
2018-10-08
dhcpv4: fix but in Exchange where a nil packet is returned if send fails
Andrea Barberio
2018-10-07
DHCPv4: syscall -> x/sys/unix
Sean Karlage
2018-10-03
dhcpv4: Add OptRootPath (#163)
Sean Karlage
2018-10-03
BSDP: Fix MessageTypeFromPacket to return a pointer
Sean Karlage
2018-10-01
add comment
Sean Karlage
2018-10-01
BSDP: Add MessageTypeFromPacket helper
Sean Karlage
2018-09-29
BSDP: Fix parsing offset for boot image lists
Sean Karlage
2018-08-24
DHCPv4 relay modifier (#149)
Mikołaj Walczak
2018-08-22
Requested Options modifier for DHCPv4 (#147)
Mikołaj Walczak
2018-08-21
fix ParseOptVIVC (#146)
Pablo Mazzini
2018-08-20
Async DHCPv4 client (#134)
Mikołaj Walczak
2018-08-19
Added String methods for types (#140)
insomniac
2018-08-15
refactor tests to take advantage of new helper functions
Sean Karlage
2018-08-15
Merge branch 'master' into bsdp-acks
Sean Karlage
2018-08-15
Put back NewInformListForInterface to maintain compat
Sean Karlage
2018-08-15
revert breaking changes so this can be merged without issues
Sean Karlage
2018-08-15
Merge branch 'master' into dhcpv4-moar-tests
Sean Karlage
[next]