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 9c914dc7dd wgengine/router: stop using -m comment.
The comment module is compiled out on several embedded systems (and
also gentoo, because netfilter can't go brrrr with comments holding it
back). Attempting to use comments results in a confusing error, and a
non-functional firewall.

Additionally, make the legacy rule cleanup non-fatal, because we *do*
have to probe for the existence of these -m comment rules, and doing
so will error out on these systems.

Signed-off-by: David Anderson <danderson@tailscale.com>
6 years ago
..
ifconfig_windows.go wgengine/router: rename config.Settings to config.Config, make pointer. 6 years ago
router.go ipn: plumb NetfilterMode all the way out to the CLI. 6 years ago
router_darwin.go wgengine/router: rename config.Settings to config.Config, make pointer. 6 years ago
router_darwin_support.go router_darwin_support: we can build this on every platform. 6 years ago
router_default.go wgengine/router: split out from wgengine. 6 years ago
router_fake.go wgengine/router: rename config.Settings to config.Config, make pointer. 6 years ago
router_freebsd.go wgengine/router: rename config.Settings to config.Config, make pointer. 6 years ago
router_linux.go wgengine/router: stop using -m comment. 6 years ago
router_linux_test.go wgengine/router: stop using -m comment. 6 years ago
router_openbsd.go wgengine/router: rename config.Settings to config.Config, make pointer. 6 years ago
router_windows.go wgengine/router: rename config.Settings to config.Config, make pointer. 6 years ago