Preliminary patch to avoid ARP to stop working after resetting it.

This commit is contained in:
ddirect
2025-12-28 18:13:40 +02:00
parent 6f3da983b0
commit 48847af1e4
+1 -1
View File
@@ -43,7 +43,7 @@ func (h *Handler) Reset(cfg HandlerConfig) error {
return errors.New("invalid Handler query or pending config")
}
*h = Handler{
connID: h.connID + 1,
connID: h.connID,
ourHWAddr: h.ourHWAddr[:0],
ourProtoAddr: h.ourProtoAddr[:0],
htype: cfg.HardwareType,