Andrea Gottardo c8d38a6a5d net/captivedetection: exclude ipsec interfaces from captive portal detection (#13598)
Updates tailscale/tailscale#1634

Logs from some iOS users indicate that we're pointlessly performing captive portal detection on certain interfaces named ipsec*. These are tunnels with the cellular carrier that do not offer Internet access, and are only used to provide internet calling functionality (VoLTE / VoWiFi).

```
attempting to do captive portal detection on interface ipsec1
attempting to do captive portal detection on interface ipsec6
```

This PR excludes interfaces with the `ipsec` prefix from captive portal detection.

Signed-off-by: Andrea Gottardo <andrea@gottardo.me>
(cherry picked from commit 69be54c7b65421af5cf23ce17288e1a11d73fcf9)
2024-10-01 08:46:40 -07:00
..
2024-04-16 15:32:38 -07:00
2024-07-08 19:10:44 -07:00
2024-06-05 15:24:04 -07:00
2024-08-05 09:25:24 -07:00
2024-04-16 15:32:38 -07:00
2024-09-05 09:59:31 -07:00