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
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>
4 years ago
..
filter wgengine/filter: use IPSet for localNets instead of prefixes. 4 years ago
magicsock wgengine/magicsock: remove TODO about endpoints-over-DERP 4 years ago
monitor wgengine{,/monitor}: move interface state fetching/comparing to monitor 4 years ago
netstack wgengine/netstack: fix 32-bit build broken from prior commit 4 years ago
router wgengine/router: correctly read IPv6 routes when diffing. 4 years ago
tsdns wgengine/tsdns: skip test that requires local IPv6 when IPv6 unavailable 4 years ago
tstun wgengine/filter: use IPSet for localNets instead of prefixes. 4 years ago
wgcfg ipn/ipnlocal: only filter out default routes when computing the local wg config. 4 years ago
wglog wgengine/wglog: drop 1/s "interface is up" messages. 4 years ago
winnet wgengine/winnet: don't build on non-windows 4 years ago
ifstatus_noop.go wgengine: make NewUserspaceEngine wait for TUN interface to be up on Windows 4 years ago
ifstatus_windows.go wgengine: make NewUserspaceEngine wait for TUN interface to be up on Windows 4 years ago
pendopen.go ipn: split LocalBackend off into new ipn/ipnlocal package 4 years ago
userspace.go wgengine{,/monitor}: move interface state fetching/comparing to monitor 4 years ago
userspace_test.go cmd/tailscaled, wgengine: remove --fake, replace with netstack 4 years ago
watchdog.go wgengine{,/monitor}: move interface state fetching/comparing to monitor 4 years ago
watchdog_test.go cmd/tailscaled, wgengine: remove --fake, replace with netstack 4 years ago
wgengine.go wgengine{,/monitor}: move interface state fetching/comparing to monitor 4 years ago