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/ipn/ipnlocal
Mihai Parparita 62f4df3257 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>
3 years ago
..
testdata ipn/ipnlocal: fix the path for writing cert files (#7203) 3 years ago
c2n.go all: update copyright and license headers 3 years ago
cert.go ipn/ipnlocal: fix the path for writing cert files (#7203) 3 years ago
cert_js.go all: update copyright and license headers 3 years ago
cert_test.go ipn/ipnlocal: fix the path for writing cert files (#7203) 3 years ago
dnsconfig_test.go all: update copyright and license headers 3 years ago
expiry.go ipn/ipnlocal: handle more edge cases in netmap expiry timer 3 years ago
expiry_test.go ipn/ipnlocal: handle more edge cases in netmap expiry timer 3 years ago
local.go net/interfaces, net/netns: add node attributes to control default interface getting and binding 3 years ago
local_test.go ipn/ipnlocal: drop not required StateKey parameter 3 years ago
loglines_test.go ipn/ipnlocal: drop not required StateKey parameter 3 years ago
network-lock.go all: update copyright and license headers 3 years ago
network-lock_test.go ipn/ipnlocal: drop not required StateKey parameter 3 years ago
peerapi.go all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our fork 3 years ago
peerapi_h2c.go all: update copyright and license headers 3 years ago
peerapi_macios_ext.go all: update copyright and license headers 3 years ago
peerapi_test.go ipn/ipnlocal: drop not required StateKey parameter 3 years ago
profiles.go ipn/ipnlocal: use presence of NodeID to identify logins 3 years ago
profiles_test.go ipn/ipnlocal: use presence of NodeID to identify logins 3 years ago
serve.go all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our fork 3 years ago
serve_test.go all: update copyright and license headers 3 years ago
ssh.go all: update copyright and license headers 3 years ago
ssh_stub.go all: update copyright and license headers 3 years ago
ssh_test.go ipn/ipnlocal: drop not required StateKey parameter 3 years ago
state_test.go ipn/ipnlocal: use presence of NodeID to identify logins 3 years ago