fix DHCP client and finish tests

This commit is contained in:
soypat
2025-06-20 13:51:10 -03:00
parent 2133966a16
commit 48f1fa9103
3 changed files with 22 additions and 8 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ func (sv *Server) Demux(carrierData []byte, frameOffset int) error {
err = errors.New("DHCP request unexpected state")
break
}
client.state = StateBound
client.state = StateRequesting
sv.pending++
default: