tailscale/tailcfg
Mihai Parparita a8231b18cc net/interfaces, net/netns: add node attributes to control default interface getting and binding
With #6566 we started to more aggressively bind to the default interface
on Darwin. We are seeing some reports of the wrong cellular interface
being chosen on iOS. To help with the investigation, this adds to knobs
to control the behavior changes:
- CapabilityDebugDisableAlternateDefaultRouteInterface disables the
  alternate function that we use to get the default interface on macOS
  and iOS (implemented in tailscale/corp#8201). We still log what it
  would have returned so we can see if it gets things wrong.
- CapabilityDebugDisableBindConnToInterface is a bigger hammer that
  disables binding of connections to the default interface altogether.

Updates #7184
Updates #7188

Signed-off-by: Mihai Parparita <mihai@tailscale.com>
(cherry picked from commit 62f4df3257)
2023-02-08 13:56:29 -08:00
..
c2ntypes.go ipn/ipnlocal: add c2n method to get SSH username candidates 2022-09-19 10:37:04 -07:00
derpmap.go net/netcheck: deflake (maybe) magicsock's TestNewConn 2022-11-05 22:02:13 -07:00
tailcfg.go net/interfaces, net/netns: add node attributes to control default interface getting and binding 2023-02-08 13:56:29 -08:00
tailcfg_clone.go envknob, hostinfo, ipn/ipnlocal: add start of opt-in remote update support 2023-01-23 12:12:42 -08:00
tailcfg_export_test.go version, cmd/tailscale: add version.Meta, tailscale version --json 2023-01-20 21:04:30 -08:00
tailcfg_test.go envknob, hostinfo, ipn/ipnlocal: add start of opt-in remote update support 2023-01-23 12:12:42 -08:00
tailcfg_view.go envknob, hostinfo, ipn/ipnlocal: add start of opt-in remote update support 2023-01-23 12:12:42 -08:00
tka.go cmd/tailscale,ipn: improve UX of lock init command, cosmetic changes 2022-11-28 10:39:04 -08:00