diff --git a/client/client.go b/client/client.go index 83297e52d539..dd684c5e0bf9 100644 --- a/client/client.go +++ b/client/client.go @@ -555,6 +555,7 @@ func (c *Client) reservePorts() { res, ok := reservedIndex[net.IP] if !ok { res = net.Copy() + res.MBits = 0 reservedIndex[net.IP] = res }