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/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>
4 years ago
..
callback.go net/dns: some post-review cleanups. 4 years ago
ifconfig_windows.go wgengine/router: report to control when setPrivateNetwork fails 4 years ago
ifconfig_windows_test.go wgengine/router: unfork winipcfg-go package, use upstream 4 years ago
router.go wgengine: move DNS configuration out of wgengine/router. 4 years ago
router_darwin.go wgengine/router: remove unused wireguard *Device argument. 4 years ago
router_default.go wgengine/router: remove unused wireguard *Device argument. 4 years ago
router_fake.go wgengine: pass in an explicit router.Router, rather than a generator. 4 years ago
router_freebsd.go wgengine/router: remove unused wireguard *Device argument. 4 years ago
router_linux.go wgengine: move DNS configuration out of wgengine/router. 4 years ago
router_linux_test.go wgengine/router: remove unused wireguard *Device argument. 4 years ago
router_openbsd.go wgengine: move DNS configuration out of wgengine/router. 4 years ago
router_userspace_bsd.go wgengine/router: fix FreeBSD configuration failure on the v6 /48. 4 years ago
router_windows.go wgengine: move DNS configuration out of wgengine/router. 4 years ago
runner.go wgengine/router: set up basic IPv6 routing/firewalling. 4 years ago