tailscale/wgengine/monitor
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
..
monitor.go wgengine{,/monitor}: move interface state fetching/comparing to monitor 2021-03-01 13:01:08 -08:00
monitor_darwin.go wgengine/monitor: make the darwin link monitor work in the sandbox too 2021-02-28 21:14:51 -08:00
monitor_freebsd.go wgengine/monitor_freebsd.go: remove duplicated errcheck 2020-08-21 09:48:22 -07:00
monitor_linux.go wgengine/monitor: don't log any single-IP routes added to the tailscale table. 2021-02-22 20:21:51 -08:00
monitor_unsupported.go wgengine/monitor: make the darwin link monitor work in the sandbox too 2021-02-28 21:14:51 -08:00
monitor_windows.go wgengine/monitor: close closeHandle 2021-01-07 20:18:02 -08:00