tailscale/control/controlclient
Andrew Dunham 3a018e51bb ipn/ipnlocal: move handling of expired nodes to LocalBackend
In order to be able to synthesize a new NetMap when a node expires, have
LocalBackend start a timer when receiving a new NetMap that fires
slightly after the next node expires. Additionally, move the logic that
updates expired nodes into LocalBackend so it runs on every netmap
(whether received from controlclient or self-triggered).

Updates #6932

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
Change-Id: I833390e16ad188983eac29eb34cc7574f555f2f3
2023-01-14 16:35:02 -05:00
..
auto.go control/controlclient: make Status.Persist a PersistView 2022-11-11 10:45:47 +05:00
client.go cmd,ipn/ipnlocal,tailcfg: implement TKA disablement 2022-10-31 11:05:44 -05:00
controlclient_test.go control/controlclient: store netinfo and hostinfo separately 2022-05-03 15:33:01 -07:00
debug.go ipn/ipnlocal: add c2n /debug/{goroutines,prefs,metrics} 2022-09-26 11:16:38 -07:00
direct.go ipn/ipnlocal: move handling of expired nodes to LocalBackend 2023-01-14 16:35:02 -05:00
direct_test.go all: convert more code to use net/netip directly 2022-07-25 21:53:49 -07:00
map.go ipn/ipnlocal: move handling of expired nodes to LocalBackend 2023-01-14 16:35:02 -05:00
map_test.go ipn/ipnlocal: move handling of expired nodes to LocalBackend 2023-01-14 16:35:02 -05:00
noise.go control/controlclient: export NoiseClient 2022-11-04 01:44:43 +05:00
noise_test.go control/controlclient: export NoiseClient 2022-11-04 01:44:43 +05:00
sign.go control/controlclient: update machine certificate signature version 2021-09-17 17:43:06 -04:00
sign_supported.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
sign_supported_test.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
sign_unsupported.go all: remove old +build tags 2022-11-04 07:25:42 -07:00
status.go control/controlclient: make Status.Persist a PersistView 2022-11-11 10:45:47 +05:00