You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Anderson
ef31dd7bb5
wgengine/magicsock: check all 3 fast paths independently.
...
The previous code would skip the DERP short-circuit if roamAddr
was set, which is not what we wanted. More generally, hitting
any of the fast path conditions is a direct return, so we can
just have 3 standalone branches rather than 'else if' stuff.
Signed-Off-By: David Anderson <danderson@tailscale.com>
6 years ago
..
filter
controlclinet: clone filter.MatchAllowAll
6 years ago
magicsock
wgengine/magicsock: check all 3 fast paths independently.
6 years ago
monitor
wgengine/monitor: use RTMGRP_* consts from x/sys/unix
6 years ago
packet
wgengine/packet: fix minor lint errors.
6 years ago
winnet
Move Linux client & common packages into a public repo.
6 years ago
faketun.go
wgengine: properly clean up freebsd routes and interfaces on close
6 years ago
ifconfig_windows.go
wgengine: fix build on linux/freebsd/openbsd/windows
6 years ago
router_darwin.go
wgengine: move link monitor to be owned by the engine, not the router
6 years ago
router_darwin_support.go
wgengine: make SetRoutesFunc less appealing to use.
6 years ago
router_default.go
wgengine: simplify, change some signatures
6 years ago
router_fake.go
wgengine: move link monitor to be owned by the engine, not the router
6 years ago
router_freebsd.go
wgengine: properly clean up freebsd routes and interfaces on close
6 years ago
router_linux.go
wgengine: don't create duplicate iptables rules on Linux, clean up
6 years ago
router_openbsd.go
wgengine: add OpenBSD router DNS update handling
6 years ago
router_windows.go
wgengine: move link monitor to be owned by the engine, not the router
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
ipn, wgengine/magicsock: add ipn.Prefs.DisableDERP bool
6 years ago
watchdog.go
ipn, wgengine/magicsock: add ipn.Prefs.DisableDERP bool
6 years ago
watchdog_test.go
wgengine: simplify, change some signatures
6 years ago
wgengine.go
ipn, wgengine/magicsock: add ipn.Prefs.DisableDERP bool
6 years ago