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>
2020-05-15 07:09:33 +00:00
..
ifconfig_windows.go wgengine/router: rename config.Settings to config.Config, make pointer. 2020-05-12 15:58:33 -07:00
router_darwin_support.go router_darwin_support: we can build this on every platform. 2020-05-14 04:42:36 -04:00
router_darwin.go wgengine/router: rename config.Settings to config.Config, make pointer. 2020-05-12 15:58:33 -07:00
router_default.go wgengine/router: split out from wgengine. 2020-04-30 13:31:24 -07:00
router_fake.go wgengine/router: rename config.Settings to config.Config, make pointer. 2020-05-12 15:58:33 -07:00
router_freebsd.go wgengine/router: rename config.Settings to config.Config, make pointer. 2020-05-12 15:58:33 -07:00
router_linux_test.go wgengine/router: stop using -m comment. 2020-05-15 07:09:33 +00:00
router_linux.go wgengine/router: stop using -m comment. 2020-05-15 07:09:33 +00:00
router_openbsd.go wgengine/router: rename config.Settings to config.Config, make pointer. 2020-05-12 15:58:33 -07:00
router_windows.go wgengine/router: rename config.Settings to config.Config, make pointer. 2020-05-12 15:58:33 -07:00
router.go ipn: plumb NetfilterMode all the way out to the CLI. 2020-05-14 23:51:44 -07:00