From aad46bd9ff4c83be78ab75bb938cce85519d98ee Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Thu, 28 Oct 2021 12:26:56 -0700 Subject: [PATCH] wgengine/router: stop cleaning up old dev rules on Linux Anybody using that one old, unreleased version of Tailscale from over a year ago should've rebooted their machine by now to get various non-Tailscale security updates. :) Change-Id: If9e043cb008b20fcd6ddfd03756b3b23a9d7aeb5 Signed-off-by: Brad Fitzpatrick --- wgengine/router/router_linux.go | 9 --------- 1 file changed, 9 deletions(-) diff --git a/wgengine/router/router_linux.go b/wgengine/router/router_linux.go index 2bfd7254c..3059bbdf1 100644 --- a/wgengine/router/router_linux.go +++ b/wgengine/router/router_linux.go @@ -891,15 +891,6 @@ func (r *linuxRouter) delIPRules() error { // versions without having ongoing hacks for every possible // combination. - // Delete old-style tailscale rules - // (never released in a stable version, so we can drop this - // support eventually). - rg.Run( - "ip", family, "rule", "del", - "pref", "10000", - "table", "main", - ) - // Delete new-style tailscale rules. rg.Run( "ip", family, "rule", "del",