From 004780b3124dd65700b7ab53802628ecc3c2517e Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 29 May 2020 09:53:04 -0700 Subject: [PATCH] ipn: restore LiveDERPs assignment in LocalBackend.parseWgStatus Updates #421 (likely fixes it; need to do an iOS build to be sure) --- ipn/local.go | 1 + 1 file changed, 1 insertion(+) diff --git a/ipn/local.go b/ipn/local.go index a876d0dcc..9303be87f 100644 --- a/ipn/local.go +++ b/ipn/local.go @@ -603,6 +603,7 @@ func (b *LocalBackend) parseWgStatus(s *wgengine.Status) (ret EngineStatus) { peerKeys []string ) + ret.LiveDERPs = s.DERPs ret.LivePeers = map[tailcfg.NodeKey]wgengine.PeerStatus{} for _, p := range s.Peers { if !p.LastHandshake.IsZero() {