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
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
2 years ago
..
auto.go control/controlclient: make Status.Persist a PersistView 2 years ago
client.go cmd,ipn/ipnlocal,tailcfg: implement TKA disablement 2 years ago
controlclient_test.go control/controlclient: store netinfo and hostinfo separately 3 years ago
debug.go ipn/ipnlocal: add c2n /debug/{goroutines,prefs,metrics} 2 years ago
direct.go ipn/ipnlocal: move handling of expired nodes to LocalBackend 2 years ago
direct_test.go all: convert more code to use net/netip directly 2 years ago
map.go ipn/ipnlocal: move handling of expired nodes to LocalBackend 2 years ago
map_test.go ipn/ipnlocal: move handling of expired nodes to LocalBackend 2 years ago
noise.go control/controlclient: export NoiseClient 2 years ago
noise_test.go control/controlclient: export NoiseClient 2 years ago
sign.go control/controlclient: update machine certificate signature version 3 years ago
sign_supported.go all: remove old +build tags 2 years ago
sign_supported_test.go all: remove old +build tags 2 years ago
sign_unsupported.go all: remove old +build tags 2 years ago
status.go control/controlclient: make Status.Persist a PersistView 2 years ago