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 2d96215d97 wgengine/router: make Linux delRoute idempotent, cidrDiff fail late as possible
This makes cidrDiff do as much as possible before failing, and makes a
delete of an already-deleted rule be a no-op. We should never do this
ourselves, but other things on the system can, and this should help us
recover a bit.

Also adds the start of root-requiring tests.

TODO: hook into wgengine/monitor and notice when routes are changed
behind our back, and invalidate our routes map and re-read from
kernel (via the ip command) at least on the next reconfig call.

Updates tailscale/corp#1338

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
5 years ago
..
filter wgengine/filter: remove redundant code 5 years ago
magicsock wgengine/magicsock: retry and re-send packets in TestTwoDevicePing 5 years ago
monitor wgengine/monitor: prevent shutdown hang in darwin link monitor 5 years ago
netstack types/netmap: split controlclient.NetworkMap off into its own leaf package 5 years ago
router wgengine/router: make Linux delRoute idempotent, cidrDiff fail late as possible 5 years ago
tsdns wgengine/tsdns: skip test that requires local IPv6 when IPv6 unavailable 5 years ago
tstun wgengine/tstun: reply to MagicDNS pings 5 years ago
wgcfg types/netmap: split controlclient.NetworkMap off into its own leaf package 5 years ago
wglog wgengine: adapt to wireguard-go changes 5 years ago
winnet wgengine/winnet: don't build on non-windows 5 years ago
pendopen.go ipn: split LocalBackend off into new ipn/ipnlocal package 5 years ago
userspace.go safesocket, wgengine: add some darwin failure diagnostic hints 5 years ago
userspace_test.go all: move wgcfg from wireguard-go 5 years ago
watchdog.go types/netmap: split controlclient.NetworkMap off into its own leaf package 5 years ago
watchdog_test.go cmd/tailscaled, wgengine/netstack: add start of gvisor userspace netstack work 5 years ago
wgengine.go types/netmap: split controlclient.NetworkMap off into its own leaf package 5 years ago