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 891110e64c wgengine: expand lazy config to work with dual-stacked peers.
Lazy wg configuration now triggers if a peer has only endpoint
addresses (/32 for IPv4, /128 for IPv6). Subnet routers still
trigger eager configuration to avoid the need for a CIDR match
in the hot packet path.

Signed-off-by: David Anderson <danderson@tailscale.com>
4 years ago
..
filter wgengine/filter, wgengine/magicsock: use new IP.BitLen to simplify some code 4 years ago
magicsock wgengine/magicsock: make ReceiveIPv4 a little easier to follow. 4 years ago
monitor wgengine/monitor: fix memory corruption in Windows implementation 4 years ago
router wgenginer/router/dns: use constant from golang.org/x/sys/windows 4 years ago
tsdns wgengine/tsdns: fix error response marshaling, improve bad query logs 4 years ago
tstun wgengine: expand lazy config to work with dual-stacked peers. 4 years ago
winnet Move Linux client & common packages into a public repo. 5 years ago
userspace.go wgengine: expand lazy config to work with dual-stacked peers. 4 years ago
userspace_test.go wgengine: fix lazy wireguard config bug when disco keys change 4 years ago
watchdog.go wgengine: add Engine.SetLinkChangeCallback 4 years ago
watchdog_test.go wgengine: prevent log after exit in watchdog test 4 years ago
wgengine.go ipn, wgengine: disable subnet routes if network has PAC configuration 4 years ago