mirror of
				https://github.com/tailscale/tailscale.git
				synced 2025-10-31 13:05:22 +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:
		| @@ -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", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Brad Fitzpatrick
					Brad Fitzpatrick