You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/control/controlclient
Avery Pennarun 96bb05ce2f controlclient: reformat netmap.Concise() and add DERP server info.
The .Concise() view had grown hard to read over time. Originally, we
assumed a peer almost always had just one endpoint and one-or-more
allowedips. With magicsock, we now almost always have multiple
endpoints per peer. And empirically, almost every peer has only one
allowedip.

Change their order so we can line up allowedips vertically. Also do
some tweaking to make multiple endpoints easier to read.

While we're here, add a column to show the home DERP server of each
peer, if any.
5 years ago
..
auto.go controlclient: set default TimeNow function 5 years ago
auto_test.go controlclient: allow prefixed endpoints in tests 5 years ago
controlclient_test.go
direct.go controlclient: log the entire netmap up to every 5 minutes. 5 years ago
direct_test.go Fix some Hostinfo value usages from the previous commit. 5 years ago
netmap.go controlclient: reformat netmap.Concise() and add DERP server info. 5 years ago
persist_test.go