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
2020-06-23
Merge branch 'master' of https://github.com/insomniacslk/dhcp into dhcpv4_rel...
Hu Jun
2020-06-20
dhcpv4: Fix a panic in parsing of route options
Anatole Denis
2020-06-20
dhcpv4: Also write out 0-length options
Anatole Denis
2020-06-20
dhcpv4: Remove hlen parameter special case in ToBytes()
Anatole Denis
2020-06-20
dhcpv4: Avoid a panic in ToBytes() with long strings
Anatole Denis
2020-06-20
dhcpv4: Consolidate identical tests into 1
Anatole Denis
2020-06-20
dhcpv4: Add go-fuzz endpoint
Anatole Denis
2020-06-18
fix some lint complains in example_lease_test.go
Hu Jun
2020-06-18
- move the example to a separate file example_lease_test.go
Hu Jun
2020-06-17
fix some lint errors
Hu Jun
2020-06-17
add lease&release support for nclient4
Hu Jun
2020-03-28
remove some tests
Pablo Mazzini
2020-03-19
Added support for a custom logger when instantiating the server4 or
Valerio Santinelli
2020-01-24
Fix a compare in Serve() of IP4 Zero to use an IP4 address
Ronald G. Minnich
2019-12-03
dhcpv4: add Client Identifier option; respect RFC 6842
Chris Koch
2019-12-03
dhcpv4: add max lease time
Chris Koch
2019-11-29
Added option nclient4.WithHWAddr
Dmitrii Okunev
2019-11-28
Simplified porting from client4 to nclient4
Dmitrii Okunev
2019-11-20
Add test for WithRelayAgentInfo modifier.
kevin
2019-11-20
Update function name in NewReplyFromRequest
kevin
2019-11-20
Remove dhcpv4 namespace
kevin
2019-11-20
Rename function to WithRelayAgentInfo
kevin
2019-11-20
Add support for copying relay options
kevin
2019-10-25
Added additional DHCP4 Relay Agent Information sub options (as per various RF...
Mantic
2019-10-15
server4: Only allow IPv4 addresses
Anatole Denis
2019-10-15
server4: Use port 0 in tests
Anatole Denis
2019-10-15
server4: Respect listen address
Anatole Denis
2019-10-01
server{4,6}: Return UDPConn from NewIPv*UDPConn
Anatole Denis
2019-09-25
dhcpv4: combine small files
Chris Koch
2019-09-24
nclient6: copy & paste log infra to v6
Chris Koch
2019-09-17
dhcpv4: Move BindToInterface to interfaces package
Anatole Denis
2019-09-16
dhcpv4: Mark all options as requested absent PRL (#315)
Anatole Denis
2019-09-12
Increase DHCPv4 IP TTL from 30 to 64 (#314)
Ross Hanson
2019-08-14
Bind interface fix (#310)
borna-blazevic
2019-07-29
server4: set peer to broadcast if client IP is zero
Chris Koch
2019-07-22
Fixed unnecessary conversions (#304)
Christian Muehlhaeuser
2019-07-22
Fixed typos in dhcpv4 (#303)
Christian Muehlhaeuser
2019-07-05
v4 discover: don't ask for broadcast
Chris Koch
2019-06-27
dhcpv4: actually use random number timeout
Chris Koch
2019-06-19
dhcpv4: make the short stringer more useful
Chris Koch
2019-06-19
nclient4: add logging options
Chris Koch
2019-05-24
Changing Arista cid regex forprepended bytes (#293)
Akshay Navale
2019-05-22
Ignore bytes after end of IP packet in BroadcastRawUDPConn.ReadFrom (#292)
lprylli
2019-05-15
Adding Juniper EX pattern for circuit parsing (#291)
Akshay Navale
2019-05-14
Remove SHIFT IN character bytes from Circuit ID (#289)
Akshay Navale
2019-05-14
Improve compatibility with some ipv4 networks.
Loic Prylli
2019-05-09
NewReplyFromRequest: copy gw ip
Pablo Mazzini
2019-05-09
NewReplyFromRequest: copy gw ip
Pablo Mazzini
2019-05-09
[dhcpv4] Do not Gateway IP address on packets sent by clients (#287)
Marco Guerri
2019-05-08
[CI] Added linters
Andrea Barberio
[next]