tailscale/wgengine
Brad Fitzpatrick e3df29d488 wgengine{,/monitor}: move interface state fetching/comparing to monitor
Gets it out of wgengine so the Engine isn't responsible for being a
callback registration hub for it.

This also removes the Engine.LinkChange method, as it's no longer
necessary.  The monitor tells us about changes; it doesn't seem to
need any help. (Currently it was only used by Swift, but as of
14dc790137 we just do the same from Go)

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2021-03-01 13:01:08 -08:00
..
filter wgengine/filter: use IPSet for localNets instead of prefixes. 2021-02-22 14:51:22 -08:00
magicsock wgengine/magicsock: remove TODO about endpoints-over-DERP 2021-02-24 21:34:31 -08:00
monitor wgengine{,/monitor}: move interface state fetching/comparing to monitor 2021-03-01 13:01:08 -08:00
netstack wgengine/netstack: fix 32-bit build broken from prior commit 2021-03-01 11:19:31 -08:00
router wgengine/router: correctly read IPv6 routes when diffing. 2021-02-24 20:41:56 -08:00
tsdns wgengine/tsdns: skip test that requires local IPv6 when IPv6 unavailable 2021-02-16 10:50:37 -08:00
tstun wgengine/filter: use IPSet for localNets instead of prefixes. 2021-02-22 14:51:22 -08:00
wgcfg ipn/ipnlocal: only filter out default routes when computing the local wg config. 2021-02-24 20:41:56 -08:00
wglog wgengine/wglog: drop 1/s "interface is up" messages. 2021-02-23 09:01:58 -08:00
winnet wgengine/winnet: don't build on non-windows 2021-02-09 21:09:24 -08:00
ifstatus_noop.go wgengine: make NewUserspaceEngine wait for TUN interface to be up on Windows 2021-02-25 07:58:17 -08:00
ifstatus_windows.go wgengine: make NewUserspaceEngine wait for TUN interface to be up on Windows 2021-02-25 07:58:17 -08:00
pendopen.go ipn: split LocalBackend off into new ipn/ipnlocal package 2021-02-04 14:04:23 -08:00
userspace.go wgengine{,/monitor}: move interface state fetching/comparing to monitor 2021-03-01 13:01:08 -08:00
userspace_test.go cmd/tailscaled, wgengine: remove --fake, replace with netstack 2021-03-01 11:09:19 -08:00
watchdog.go wgengine{,/monitor}: move interface state fetching/comparing to monitor 2021-03-01 13:01:08 -08:00
watchdog_test.go cmd/tailscaled, wgengine: remove --fake, replace with netstack 2021-03-01 11:09:19 -08:00
wgengine.go wgengine{,/monitor}: move interface state fetching/comparing to monitor 2021-03-01 13:01:08 -08:00