wgengine/netstack: stop re-adding IPs registered by active TCP connections (#1629)

Signed-off-by: Naman Sood <mail@nsood.in>
pull/1622/head
Naman Sood 3 years ago committed by GitHub
parent 1bd14a072c
commit 31c7745631
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -242,7 +242,6 @@ func (ns *Impl) updateIPs(nm *netmap.NetworkMap) {
ns.mu.Lock()
for ip := range ns.connsOpenBySubnetIP {
ipp := tcpip.Address(ip.IPAddr().IP).WithPrefix()
ipsToBeAdded[ipp] = true
delete(ipsToBeRemoved, ipp)
}
ns.mu.Unlock()

Loading…
Cancel
Save