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/monitor
Maisem Ali 80ba161c40 wgengine/monitor: do not ignore changes to pdp_ip*
One current theory (among other things) on battery consumption is that
magicsock is resorting to using the IPv6 over LTE even on WiFi.
One thing that could explain this is that we do not get link change updates
for the LTE modem as we ignore them in this list.
This commit makes us not ignore changes to `pdp_ip` as a test.

Updates #3363

Signed-off-by: Maisem Ali <maisem@tailscale.com>
2 years ago
..
monitor.go wgengine/monitor: split the unexpected stringification log line 2 years ago
monitor_darwin.go wgengine/monitor: do not ignore changes to pdp_ip* 2 years ago
monitor_darwin_test.go wgengine/monitor: add skipped failing test for Darwin route message bug 3 years ago
monitor_freebsd.go wgengine/monitor: ignore OS-specific uninteresting interfaces 2 years ago
monitor_linux.go wgengine/monitor: ignore OS-specific uninteresting interfaces 2 years ago
monitor_linux_test.go wgengine/monitor: ignore duplicate RTM_NEWADDRs 2 years ago
monitor_polling.go all: gofmt with Go 1.17 3 years ago
monitor_test.go wgengine{,/monitor}: restore Engine.LinkChange, add Mon.InjectEvent 3 years ago
monitor_windows.go wgengine/monitor: ignore OS-specific uninteresting interfaces 2 years ago
polling.go wgengine/monitor: ignore OS-specific uninteresting interfaces 2 years ago