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
David Anderson 554a20becb wgengine/magicsock: only log about lazy config when actually doing lazy config.
Before, tailscaled would log every 10 seconds when the periodic noteRecvActivity
call happens. This is noisy, but worse it's misleading, because the message
suggests that the disco code is starting a lazy config run for a missing peer,
whereas in fact it's just an internal piece of keepalive logic.

With this change, we still log when going from 0->1 tunnel for the peer, but
not every 10s thereafter.

Signed-off-by: David Anderson <danderson@tailscale.com>
5 years ago
..
filter wgengine/filter, wgengine/magicsock: use new IP.BitLen to simplify some code 5 years ago
magicsock wgengine/magicsock: only log about lazy config when actually doing lazy config. 5 years ago
monitor wgengine/monitor: fix memory corruption in Windows implementation 5 years ago
router wgenginer/router/dns: use constant from golang.org/x/sys/windows 5 years ago
tsdns ipn, wgengine, magicsock, tsdns: be quieter and less aggressive when offline 5 years ago
tstun net/packet: add IPv6 source and destination IPs to Parsed. 5 years ago
winnet Move Linux client & common packages into a public repo. 6 years ago
userspace.go wgengine: don't try pinging IPv6 addresses in legacy pinger. 5 years ago
userspace_test.go wgengine: fix lazy wireguard config bug when disco keys change 5 years ago
watchdog.go wgengine: add Engine.SetLinkChangeCallback 5 years ago
watchdog_test.go wgengine: prevent log after exit in watchdog test 6 years ago
wgengine.go ipn, wgengine: disable subnet routes if network has PAC configuration 5 years ago