issues
search
krolaw
/
dhcp4
DHCP4 library written in Go.
BSD 3-Clause "New" or "Revised" License
327
stars
95
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
why bad udp cksum 0x95d2 -> 0x9062!
#52
KevinZXD
closed
8 months ago
0
Secondary DNS server
#51
motaz
closed
2 years ago
2
how to stop dhcp server?
#50
Gictorbit
closed
3 years ago
2
Does this package support Windows?
#49
zhaomin1993
closed
4 years ago
1
Use the server without a physical interface
#48
teone
opened
5 years ago
0
Packet data is broken on DHCP OFFER
#47
jdevelop
closed
5 years ago
2
Looking for new Maintainer
#46
krolaw
closed
5 years ago
5
Fix for multiple value return of connections
#45
gbraad
opened
5 years ago
1
malformed dhcp option for DHCP server identifier
#44
leslie-qiwa
closed
6 years ago
3
add stringer for dhcp.OpCode
#43
cdevr
closed
6 years ago
2
Add dhcp options for reply
#42
isantospardo
closed
6 years ago
0
How to determine interface from within handler?
#41
rgooch
closed
6 years ago
15
I suggest to migrate from deprecated syscall package to golang.org/x/sys/unix package
#40
harobed
opened
6 years ago
3
Choose destination address as per RFC2131
#39
stapelberg
closed
6 years ago
5
Forcing a copy of Packet in Serve
#38
oand
closed
6 years ago
1
Allocate a new buffer per request packet
#37
jeffdh
closed
7 years ago
3
correct spelling mistake
#36
EdwardBetts
closed
6 years ago
0
Reply not sent to DHCP Relay when Broadcast flag set
#35
galthaus
opened
7 years ago
1
Add OptionCode 119 for Domain Search Option
#34
bgpat
closed
7 years ago
0
Fix #32
#33
lcnja
closed
7 years ago
1
next-server
#32
lcnja
closed
7 years ago
6
Use syscall.SO_BINDTODEVICE to only bind on specific interface
#31
fdurand
opened
7 years ago
5
Allow listening on any interface
#30
danielkucera
closed
6 years ago
8
Only include "IP Address Lease Time" option when we an IP to offer
#29
vincentbernat
closed
8 years ago
5
Don't set "secs" in replies
#28
vincentbernat
closed
8 years ago
0
Name some numeric constants
#27
vincentbernat
opened
8 years ago
4
Correctly parse MAC addresses in tests
#26
vincentbernat
closed
8 years ago
1
Ability to interrupt Serve() through a context
#25
vincentbernat
closed
8 years ago
1
Send back correct IP when using CIAddr
#24
deanrock
closed
8 years ago
0
PadToMinSize may break AddOption
#23
remohammadi
closed
8 years ago
2
Several DHCP on the same host and different interfaces
#22
seniorGolang
closed
7 years ago
2
Option 82
#21
jlaffaye
closed
7 years ago
1
dhcp client
#20
ipartner
opened
9 years ago
3
Use 'stringer' to generate strings for OptionCode
#19
mdlayher
closed
9 years ago
0
Use 'stringer' to generate strings for MessageType
#18
mdlayher
closed
9 years ago
4
Finish helpers_test.go, add packet_test.go
#17
mdlayher
closed
9 years ago
0
Initial commit of helpers_test.go, coverage for net.IP helpers
#16
mdlayher
closed
9 years ago
0
Set source address for outgoing to destination address for incoming
#15
tfheen
closed
9 years ago
2
Use .To4() on serverId
#14
tfheen
opened
9 years ago
2
Add OptionUserClass DHCP option
#13
tfheen
closed
9 years ago
0
Added OptionCode 93 for Client Architecture
#12
emmaly
closed
9 years ago
0
Fix double Option Code 34
#11
ZiroKyl
closed
9 years ago
0
Double Option Code 34
#10
ZiroKyl
closed
9 years ago
1
Add helpers for unmarshal JSON object into Options map
#9
ZiroKyl
closed
9 years ago
6
Don't reuse buffer across requests.
#8
mrdg
closed
9 years ago
2
Swap src and dst when unicasting to actually send to the client.
#7
mrdg
closed
9 years ago
0
Add SetHops
#6
michaelharo
closed
9 years ago
0
Fix bounds check in CHAddr
#5
baptr
closed
9 years ago
1
Update net/ipv4 import with new paths.
#4
baptr
closed
9 years ago
1
OptionBootFileName example
#3
AlexanderThaller
closed
9 years ago
1
Next