tailscale/wgengine/router
David Anderson 54d7070121 wgengine/router: correctly read IPv6 routes when diffing.
Fixes #1185.

Signed-off-by: David Anderson <danderson@tailscale.com>
2021-02-24 20:41:56 -08:00
..
dns
ifconfig_windows.go wgengine/router: correctly read IPv6 routes when diffing. 2021-02-24 20:41:56 -08:00
ifconfig_windows_test.go
router.go ipn: split LocalBackend off into new ipn/ipnlocal package 2021-02-04 14:04:23 -08:00
router_darwin.go
router_default.go
router_fake.go
router_freebsd.go
router_linux.go wgengine/router: make Linux delRoute idempotent, cidrDiff fail late as possible 2021-02-18 10:36:00 -08:00
router_linux_test.go wgengine/router: make Linux delRoute idempotent, cidrDiff fail late as possible 2021-02-18 10:36:00 -08:00
router_openbsd.go all: replace wgcfg.IP and wgcfg.CIDR with netaddr types 2020-12-28 13:00:42 -08:00
router_userspace_bsd.go wgengine/router: fix BSD router to support multiple local addrs, IPv6 2021-02-11 19:13:03 -08:00
router_windows.go wgengine/router: add another Windows firewall rule to allow incoming UDP 2021-02-10 13:12:17 -08:00
runner.go