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
Avery Pennarun 34c30eaea0 router_linux: use only baseline 'ip rule' features that exist in old kernels.
This removes the use of suppress_ifgroup and fwmark "x/y" notation,
which are, among other things, not available in busybox and centos6.

We also use the return codes from the 'ip' program instead of trying to
parse its output.

I also had to remove the previous hack that routed all of 100.64.0.0/10
by default, because that would add the /10 route into the 'main' route
table instead of the new table 88, which is no good. It was a terrible
hack anyway; if we wanted to capture that route, we should have
captured it explicitly as a subnet route, not as part of the addr. Note
however that this change affects all platforms, so hopefully there
won't be any surprises elsewhere.

Fixes #405
Updates #320, #144

Signed-off-by: Avery Pennarun <apenwarr@tailscale.com>
6 years ago
..
filter wgengine/filter: implement a destination IP pre-filter. 6 years ago
magicsock magicsock: work around race condition initializing .Regions[]. 6 years ago
monitor wgengine/monitor: disable monitor on Android 6 years ago
packet wgengine/packet: add some tests, more docs, minor Go style, performance changes 6 years ago
router router_linux: use only baseline 'ip rule' features that exist in old kernels. 6 years ago
tstun tstun: tolerate zero reads 6 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/packet: add some tests, more docs, minor Go style, performance changes 6 years ago
watchdog.go all: make client use server-provided DERP map, add DERP region support 6 years ago
watchdog_test.go wgengine: wrap tun.Device to support filtering and packet injection (#358) 6 years ago
wgengine.go all: make client use server-provided DERP map, add DERP region support 6 years ago