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>
2022-04-25 12:17:00 -07:00
..
monitor.go wgengine/monitor: split the unexpected stringification log line 2022-04-20 12:32:15 -07:00
monitor_darwin.go wgengine/monitor: do not ignore changes to pdp_ip* 2022-04-25 12:17:00 -07:00
monitor_darwin_test.go wgengine/monitor: add skipped failing test for Darwin route message bug 2021-03-02 09:53:36 -08:00
monitor_freebsd.go wgengine/monitor: ignore OS-specific uninteresting interfaces 2022-04-20 12:32:15 -07:00
monitor_linux.go wgengine/monitor: ignore OS-specific uninteresting interfaces 2022-04-20 12:32:15 -07:00
monitor_linux_test.go wgengine/monitor: ignore duplicate RTM_NEWADDRs 2022-04-11 14:35:19 -07:00
monitor_polling.go all: gofmt with Go 1.17 2021-08-05 15:54:00 -07:00
monitor_test.go wgengine{,/monitor}: restore Engine.LinkChange, add Mon.InjectEvent 2021-03-03 22:09:02 -08:00
monitor_windows.go wgengine/monitor: ignore OS-specific uninteresting interfaces 2022-04-20 12:32:15 -07:00
polling.go wgengine/monitor: ignore OS-specific uninteresting interfaces 2022-04-20 12:32:15 -07:00