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
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>
1 year ago
..
callback.go wgengine/router,ipn/ipnlocal: add MTU field to router config 1 year ago
ifconfig_windows.go all: update exp/slices and fix call sites 1 year ago
ifconfig_windows_test.go
router.go wgengine/router,ipn/ipnlocal: add MTU field to router config 1 year ago
router_darwin.go all: move network monitoring from wgengine/monitor to net/netmon 1 year ago
router_default.go all: move network monitoring from wgengine/monitor to net/netmon 1 year ago
router_fake.go
router_freebsd.go all: move network monitoring from wgengine/monitor to net/netmon 1 year ago
router_linux.go wgengine/router: add auto selection heuristic for iptables/nftables 1 year ago
router_linux_test.go wgengine/router: add auto selection heuristic for iptables/nftables 1 year ago
router_openbsd.go all: move network monitoring from wgengine/monitor to net/netmon 1 year ago
router_test.go wgengine/router,ipn/ipnlocal: add MTU field to router config 1 year ago
router_userspace_bsd.go all: move network monitoring from wgengine/monitor to net/netmon 1 year ago
router_windows.go all: move network monitoring from wgengine/monitor to net/netmon 1 year ago
runner.go