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/wgengine
Josh Bleecher Snyder d3dd7c6270 wgengine/magicsock: make legacy DstToString match Addrs
DstToString is used in two places in wireguard-go: Logging and uapi.

We are switching to use uapi for wireguard-go config.
To preserve existing behavior, we need the full set of addrs.

And for logging, having the full set of addrs seems useful.

(The Addrs method itself is slated for removal. When that happens,
the implementation will move to DstToString.)


Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
3 years ago
..
filter net/packet, wgengine, tstun: add inter-node TSMP protocol for connect errors 3 years ago
magicsock wgengine/magicsock: make legacy DstToString match Addrs 3 years ago
monitor wgengine/monitor: close closeHandle 3 years ago
netstack wgengine/netstack: use tailscale IPs instead of a hardcoded one (#1131) 3 years ago
router wgengine/router/dns: remove unused code 3 years ago
tsdns wgengine/tsdns: fix MagicDNS lookups of shared nodes 3 years ago
tstun tstun: add test to send a packet after Close() 3 years ago
winnet Move Linux client & common packages into a public repo. 4 years ago
pendopen.go net/packet, wgengine, tstun: add inter-node TSMP protocol for connect errors 3 years ago
userspace.go wgengine: correctly track all node IPs in lazy config. 3 years ago
userspace_test.go all: convert from []wgcfg.Endpoint to string 3 years ago
watchdog.go wgengine/netstack: use tailscale IPs instead of a hardcoded one (#1131) 3 years ago
watchdog_test.go cmd/tailscaled, wgengine/netstack: add start of gvisor userspace netstack work 3 years ago
wgengine.go wgengine/netstack: use tailscale IPs instead of a hardcoded one (#1131) 3 years ago