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
Maisem Ali 3f4c5daa15 wgengine/netstack: remove SubnetRouterWrapper
It was used when we only supported subnet routers on linux
and would nil out the SubnetRoutes slice as no other router
worked with it, but now we support subnet routers on ~all platforms.

The field it was setting to nil is now only used for network logging
and nowhere else, so keep the field but drop the SubnetRouterWrapper
as it's not useful.

Updates #cleanup

Change-Id: Id03f9b6ec33e47ad643e7b66e07911945f25db79
Signed-off-by: Maisem Ali <maisem@tailscale.com>
2 months ago
..
callback.go wgengine/router: implement UpdateMagicsockPort for CallbackRouter (#10494) 6 months ago
ifconfig_windows.go wgengine/router: make the Windows ifconfig implementation reuse existing MibIPforwardRow2 when possible 4 months ago
ifconfig_windows_test.go wgengine/router: make the Windows ifconfig implementation reuse existing MibIPforwardRow2 when possible 4 months ago
router.go wgengine/netstack: remove SubnetRouterWrapper 2 months 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 util/linuxfw, wgengine: allow ingress to magicsock UDP port on Linux (#10370) 6 months ago
router_freebsd.go all: move network monitoring from wgengine/monitor to net/netmon 1 year ago
router_linux.go wgengine/router: enable ip forwarding on gokrazy 2 months ago
router_linux_test.go util/linuxfw,wgengine/router: skip IPv6 firewall configuration in partial iptables mode (#11546) 2 months ago
router_openbsd.go util/linuxfw, wgengine: allow ingress to magicsock UDP port on Linux (#10370) 6 months ago
router_test.go all: use reflect.TypeFor now available in Go 1.22 (#11078) 4 months ago
router_userspace_bsd.go util/linuxfw, wgengine: allow ingress to magicsock UDP port on Linux (#10370) 6 months ago
router_windows.go wgengine/router: look up absolute path to netsh.exe on Windows 5 months ago
router_windows_test.go wgengine/router: look up absolute path to netsh.exe on Windows 5 months ago
runner.go all: update copyright and license headers 1 year ago