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
Brad Fitzpatrick 746f03669c wgengine: fix lazy wireguard config bug when disco keys change
There was a bug with the lazy wireguard config code where, if the
minimum set of peers to tell wireguard didn't change, we skipped
calling userspaceEngine.updateActivityMapsLocked which updated
the various data structures that matched incoming traffic to later
reconfigure the minimum config.

That meant if an idle peer restarted and changed discovery keys, we
skipped updating our maps of disco keys/IPs that would caused us to
lazily inflate the config for that peer later if/when it did send
traffic.
5 years ago
..
filter wgengine/filter: also silently drop link-local unicast traffic 5 years ago
magicsock wgengine/magicsock: finish a comment sentence that ended prematurely 5 years ago
monitor wgengine/monitor: fix copy/paste-o to actually monitor route changes 5 years ago
packet wgengine/filter: also silently drop link-local unicast traffic 5 years ago
router wgengine/router: unfork winipcfg-go package, use upstream 5 years ago
tsdns ipn, wgengine, magicsock, tsdns: be quieter and less aggressive when offline 5 years ago
tstun wgengine/tstun/faketun: it's a null tunnel, not a loopback. 5 years ago
winnet Move Linux client & common packages into a public repo. 6 years ago
rusage.go Move "logger" package to under types, now that we have it. 6 years ago
rusage_nowindows.go wgengine: flesh out some docs 6 years ago
rusage_windows.go Move Linux client & common packages into a public repo. 6 years ago
userspace.go wgengine: fix lazy wireguard config bug when disco keys change 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 5 years ago
wgengine.go ipn, wgengine: disable subnet routes if network has PAC configuration 5 years ago