WIP: rebase fork onto upstream/main (v1.103.0) #15

Closed
codinget wants to merge 670 commits from webnet into save/webnet-2026-07-29
Showing only changes of commit b23089a5ef - Show all commits
+4
View File
@@ -3941,6 +3941,10 @@ func (c *Conn) UpdateNetmapDelta(muts []netmap.NodeMutation) {
ep.mu.Unlock()
}
}
// As of 2026-06-11 we will only get deltas from the control plane, so upon
// receiving one we should infer we have switched out of the cached state.
c.usingCachedNetmap.Store(false)
}
// UpdateStatus implements the interface needed by ipnstate.StatusBuilder.