mirror of
https://github.com/soypat/lneto.git
synced 2026-08-20 14:39:02 +00:00
add subnet to StackAsync and add test for local arp resolving
This commit is contained in:
+1
-1
@@ -51,7 +51,7 @@ func (h *Handler) Reset(cfg HandlerConfig) error {
|
||||
return errors.New("invalid Handler query or pending config")
|
||||
}
|
||||
*h = Handler{
|
||||
connID: h.connID,
|
||||
connID: h.connID + 1,
|
||||
ourHWAddr: h.ourHWAddr[:0],
|
||||
ourProtoAddr: h.ourProtoAddr[:0],
|
||||
htype: cfg.HardwareType,
|
||||
|
||||
Reference in New Issue
Block a user