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
Andrew Dunham 45d2f4301f proxymap, various: distinguish between different protocols
Previously, we were registering TCP and UDP connections in the same map,
which could result in erroneously removing a mapping if one of the two
connections completes while the other one is still active.

Add a "proto string" argument to these functions to avoid this.
Additionally, take the "proto" argument in LocalAPI, and plumb that
through from the CLI and add a new LocalClient method.

Updates tailscale/corp#20600

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
Change-Id: I35d5efaefdfbf4721e315b8ca123f0c8af9125fb
4 months ago
..
testdata
autoupdate.go ipn/ipnlocal: periodically run auto-updates when "offline" (#12118) 5 months ago
autoupdate_disabled.go ipn/ipnlocal: periodically run auto-updates when "offline" (#12118) 5 months ago
breaktcp_darwin.go cmd/tailscale: add debug commands to break connections 1 year ago
breaktcp_linux.go
c2n.go ipn/ipnlocal: periodically run auto-updates when "offline" (#12118) 5 months ago
c2n_pprof.go
c2n_test.go
cert.go all: use math/rand/v2 more 5 months ago
cert_js.go
cert_test.go
dnsconfig_test.go
drive.go
expiry.go
expiry_test.go types/netmap, all: make NetworkMap.SelfNode a tailcfg.NodeView 1 year ago
local.go proxymap, various: distinguish between different protocols 4 months ago
local_test.go proxymap, various: distinguish between different protocols 4 months ago
loglines_test.go ipn/ipnlocal, all: plumb health trackers in tests 6 months ago
network-lock.go ipn/ipnlocal: discard node keys that have been rotated out 5 months ago
network-lock_test.go ipn/ipnlocal: discard node keys that have been rotated out 5 months ago
peerapi.go proxymap, various: distinguish between different protocols 4 months ago
peerapi_h2c.go
peerapi_macios_ext.go
peerapi_test.go ipn/ipnlocal, all: plumb health trackers in tests 6 months ago
profiles.go all: use math/rand/v2 more 5 months ago
profiles_notwindows.go
profiles_test.go various: disable stateful filtering by default (#12197) 5 months ago
profiles_windows.go
serve.go proxymap, various: distinguish between different protocols 4 months ago
serve_test.go ipn/ipnlocal, all: plumb health trackers in tests 6 months ago
ssh.go
ssh_stub.go
ssh_test.go
state_test.go control/controlclient: delete unused Client.Login Oauth2Token field 5 months ago
taildrop.go
web_client.go
web_client_stub.go ipn/ipnlocal: add mutex to webClient struct 11 months ago