tailscale/wgengine/router
David Anderson 19eca34f47 wgengine/router: fix FreeBSD configuration failure on the v6 /48.
On FreeBSD, we add the interface IP as a /48 to work around a kernel
bug, so we mustn't then try to add a /48 route to the Tailscale ULA,
since that will fail as a dupe.

Signed-off-by: David Anderson <danderson@tailscale.com>
2021-04-10 19:36:26 -07:00
..
callback.go net/dns: some post-review cleanups. 2021-04-07 15:40:31 -07:00
ifconfig_windows_test.go wgengine/router: unfork winipcfg-go package, use upstream 2020-10-13 09:21:22 -07:00
ifconfig_windows.go wgengine/router: report to control when setPrivateNetwork fails 2021-03-15 16:19:40 -07:00
router_darwin.go wgengine/router: remove unused wireguard *Device argument. 2021-03-26 19:43:13 -07:00
router_default.go wgengine/router: remove unused wireguard *Device argument. 2021-03-26 19:43:13 -07:00
router_fake.go wgengine: pass in an explicit router.Router, rather than a generator. 2021-03-26 22:01:55 -07:00
router_freebsd.go wgengine/router: remove unused wireguard *Device argument. 2021-03-26 19:43:13 -07:00
router_linux_test.go wgengine/router: remove unused wireguard *Device argument. 2021-03-26 19:43:13 -07:00
router_linux.go wgengine: move DNS configuration out of wgengine/router. 2021-04-05 10:55:35 -07:00
router_openbsd.go wgengine: move DNS configuration out of wgengine/router. 2021-04-05 10:55:35 -07:00
router_userspace_bsd.go wgengine/router: fix FreeBSD configuration failure on the v6 /48. 2021-04-10 19:36:26 -07:00
router_windows.go wgengine: move DNS configuration out of wgengine/router. 2021-04-05 10:55:35 -07:00
router.go wgengine: move DNS configuration out of wgengine/router. 2021-04-05 10:55:35 -07:00
runner.go wgengine/router: set up basic IPv6 routing/firewalling. 2020-09-24 18:37:00 -07:00