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/wgengine/router
Brad Fitzpatrick ebc552d2e0 health: add Tracker type, in prep for removing global variables
This moves most of the health package global variables to a new
`health.Tracker` type.

But then rather than plumbing the Tracker in tsd.System everywhere,
this only goes halfway and makes one new global Tracker
(`health.Global`) that all the existing callers now use.

A future change will eliminate that global.

Updates #11874
Updates #4136

Change-Id: I6ee27e0b2e35f68cb38fecdb3b2dc4c3f2e09d68
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2 years ago
..
callback.go wgengine/router: implement UpdateMagicsockPort for CallbackRouter (#10494) 2 years ago
consolidating_router.go wgengine/router: consolidate routes before reconfiguring router for mobile clients 2 years ago
consolidating_router_test.go wgengine/router: consolidate routes before reconfiguring router for mobile clients 2 years ago
ifconfig_windows.go health: add Tracker type, in prep for removing global variables 2 years ago
ifconfig_windows_test.go all: use Go 1.22 range-over-int 2 years ago
router.go cmd/tailscaled: move cleanup to an implicit action during startup 2 years ago
router_darwin.go cmd/tailscaled: move cleanup to an implicit action during startup 2 years ago
router_default.go cmd/tailscaled: move cleanup to an implicit action during startup 2 years ago
router_fake.go util/linuxfw, wgengine: allow ingress to magicsock UDP port on Linux (#10370) 2 years ago
router_freebsd.go cmd/tailscaled: move cleanup to an implicit action during startup 2 years ago
router_linux.go wgengine/router: don't attempt route cleanup on Synology 2 years ago
router_linux_test.go cmd{containerboot,k8s-operator},util/linuxfw: support ExternalName Services (#11802) 2 years ago
router_openbsd.go cmd/tailscaled: move cleanup to an implicit action during startup 2 years ago
router_test.go all: use Go 1.22 range-over-int 2 years ago
router_userspace_bsd.go util/linuxfw, wgengine: allow ingress to magicsock UDP port on Linux (#10370) 2 years ago
router_windows.go wgengine\router: fix the Tailscale-In firewall rule to work on domain networks 2 years ago
router_windows_test.go wgengine/router: look up absolute path to netsh.exe on Windows 2 years ago
runner.go all: update copyright and license headers 3 years ago