tailscale/wgengine/router
Maisem Ali 8023971bff wgengine/router: [linux] add before deleting interface addrs
Deleting may temporarily result in no addrs on the interface, which results in
all other rules (like routes) to get dropped by the OS.

I verified this fixes the problem.

Signed-off-by: Maisem Ali <maisem@tailscale.com>
(cherry picked from commit 74637f2c15)
2022-10-21 08:16:18 -07:00
..
callback.go
ifconfig_windows.go wgengine/router: fix MTU configuration on Windows 2022-10-21 08:16:18 -07:00
ifconfig_windows_test.go
router.go
router_darwin.go
router_default.go
router_fake.go
router_freebsd.go
router_linux.go wgengine/router: [linux] add before deleting interface addrs 2022-10-21 08:16:18 -07:00
router_linux_test.go wgengine/router: [linux] add before deleting interface addrs 2022-10-21 08:16:18 -07:00
router_openbsd.go
router_test.go
router_userspace_bsd.go
router_windows.go
runner.go