mirror of
https://github.com/tailscale/tailscale.git
synced 2024-12-01 14:05:39 +00:00
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 <bradfitz@tailscale.com>
This commit is contained in:
parent
c9bf773312
commit
aad46bd9ff
@ -891,15 +891,6 @@ func (r *linuxRouter) delIPRules() error {
|
|||||||
// versions without having ongoing hacks for every possible
|
// versions without having ongoing hacks for every possible
|
||||||
// combination.
|
// 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.
|
// Delete new-style tailscale rules.
|
||||||
rg.Run(
|
rg.Run(
|
||||||
"ip", family, "rule", "del",
|
"ip", family, "rule", "del",
|
||||||
|
Loading…
Reference in New Issue
Block a user