tailscale/util/linuxfw
KevinLiang10 ae63c51ff1 wgengine/router: add auto selection heuristic for iptables/nftables
This commit replaces the TS_DEBUG_USE_NETLINK_NFTABLES envknob with
a TS_DEBUG_FIREWALL_MODE that should be set to either 'iptables' or
'nftables' to select firewall mode manually, other wise tailscaled
will automatically choose between iptables and nftables depending on
environment and system availability.

updates: #319
Signed-off-by: KevinLiang10 <kevinliang@tailscale.com>
2023-08-08 14:59:06 -04:00
..
linuxfwtest util/linuxfw: initial implementation of package 2023-02-09 14:20:24 -05:00
helpers.go util/linuxfw: initial implementation of package 2023-02-09 14:20:24 -05:00
iptables.go wgengine/router: add auto selection heuristic for iptables/nftables 2023-08-08 14:59:06 -04:00
iptables_runner.go util/linuxfw: add nftables support 2023-07-19 14:33:23 -04:00
iptables_runner_test.go util/linuxfw: decoupling IPTables logic from linux router 2023-06-27 19:54:27 -04:00
linuxfw.go wgengine/router: add auto selection heuristic for iptables/nftables 2023-08-08 14:59:06 -04:00
linuxfw_unsupported.go util/linuxfw: add new arch build constraints 2023-06-30 18:22:15 -04:00
nftables.go wgengine/router: add auto selection heuristic for iptables/nftables 2023-08-08 14:59:06 -04:00
nftables_runner.go util/linuxfw: add nftables support 2023-07-19 14:33:23 -04:00
nftables_runner_test.go util/linuxfw: add nftables support 2023-07-19 14:33:23 -04:00
nftables_types.go util/linuxfw: add new arch build constraints 2023-06-30 18:22:15 -04:00