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/ipn
Shaw Drastin 1fe073098c
Reset dial plan when switching profile (#11933)
When switching profile, the server URL can change (e.g.
because of switching to a self-hosted headscale instance).

If it is not reset here, dial plans returned by old
server (e.g. tailscale control server) will be used to
connect to new server (e.g. self-hosted headscale server),
and the register request will be blocked by it until
timeout, leading to very slow profile switches.

Updates #11938 11938

Signed-off-by: Shaw Drastin <showier.drastic0a@icloud.com>
2 months ago
..
conffile ipn/{conffile,ipnlocal}: start booting tailscaled from a config file w/ auth key 8 months ago
ipnauth go.mod, all: move away from inet.af domain seized by Taliban 4 months ago
ipnlocal Reset dial plan when switching profile (#11933) 2 months ago
ipnserver ipn/{ipnlocal,localapi},wgengine{,/magicsock}: plumb health.Tracker 2 months ago
ipnstate ipn/ipnlocal: populate peers' capabilities (#11365) 3 months ago
localapi appc: setting AdvertiseRoutes explicitly discards app connector routes 2 months ago
policy ipn,tailconfig: clean up unreleased and removed app connector service 8 months ago
store cmd/containerboot,kube,ipn/store/kubestore: allow interactive login on kube, check Secret create perms, allow empty state Secret (#11326) 2 months ago
backend.go ipn: remove unused Options.LegacyMigrationPrefs 2 months ago
conf.go cmd/k8s-operator,ipn/conf.go: fix --accept-routes for proxies (#11453) 3 months ago
doc.go all: update copyright and license headers 1 year ago
ipn_clone.go ipn/{localapi, ipnlocal}: forget the prior exit node when localAPI is used to zero the ExitNodeID (#11681) 2 months ago
ipn_test.go net/packet: split off checksum munging into different pkg 9 months ago
ipn_view.go ipn/{localapi, ipnlocal}: forget the prior exit node when localAPI is used to zero the ExitNodeID (#11681) 2 months ago
prefs.go all: use Go 1.22 range-over-int 2 months ago
prefs_test.go all: use Go 1.22 range-over-int 2 months ago
serve.go all: deprecate Node.Capabilities (more), remove PeerChange.Capabilities [capver 89] 3 months ago
serve_test.go {ipn/serve,cmd/tailscale/cli}: move some shared funcs to ipn 4 months ago
store.go ipn: add comment about thread-safety to StateStore 4 months ago
store_test.go ipn: avoid useless no-op WriteState calls 11 months ago