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
Reinaldo de Souza a8635784bc wgengine: add BSD userspace router to darwin
Darwin and FreeBSD are compatible enough to share the userspace router.

The OSX router delegates to the BSD userspace router unless `SetRoutesFunc` is set.
That preserves the mechanism that allows `ipn-go-bridge` to specify its own routing behavior.

Fixes #177

Signed-off-by: Reinaldo de Souza <github@rei.nal.do>
4 years ago
..
ifconfig_windows.go wgengine/router: rename config.Settings to config.Config, make pointer. 4 years ago
router.go ipn: plumb NetfilterMode all the way out to the CLI. 4 years ago
router_darwin.go wgengine: add BSD userspace router to darwin 4 years ago
router_darwin_support.go router_darwin_support: we can build this on every platform. 4 years ago
router_default.go wgengine/router: split out from wgengine. 4 years ago
router_fake.go wgengine/router: rename config.Settings to config.Config, make pointer. 4 years ago
router_freebsd.go wgengine: add BSD userspace router to darwin 4 years ago
router_linux.go wgengine/router: also accept exit code 254 from `ip rule del`. 4 years ago
router_linux_test.go wgengine/router: don't filter subnet routing in netfilter. 4 years ago
router_openbsd.go wgengine/router: rename config.Settings to config.Config, make pointer. 4 years ago
router_userspace_bsd.go wgengine: add BSD userspace router to darwin 4 years ago
router_windows.go wgengine/router: rename config.Settings to config.Config, make pointer. 4 years ago
runner.go wgengine/router: also accept exit code 254 from `ip rule del`. 4 years ago