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/appc
Fran Bull 7eb8a77ac8 appc: don't schedule advertisement of 0 routes
When the store-appc-routes flag is on for a tailnet we are writing the
routes more often than seems necessary. Investigation reveals that we
are doing so ~every time we observe a dns response, even if this causes
us not to advertise any new routes. So when we have no new routes,
instead do not advertise routes.

Fixes #12593

Signed-off-by: Fran Bull <fran@tailscale.com>
1 week ago
..
appctest appc: add test to ensure that individual IPs are not removed during route updates 5 months ago
appconnector.go appc: don't schedule advertisement of 0 routes 1 week ago
appconnector_test.go appc: log how many routes are being written 4 weeks ago