drsound / fault_tolerant_router

A daemon, running in background on a Linux router or firewall, monitoring the state of multiple internet uplinks/providers and changing the routing accordingly. LAN/DMZ internet traffic is load balanced between the uplinks.
GNU General Public License v2.0
185 stars 20 forks source link

Command to reset routing tables to the previous state #22

Open drsound opened 8 years ago

drsound commented 8 years ago

Once fault_tolerant_router terminates, routing tables are left in their current state. This is a good thing, otherwise you could lose access to the system (suppose you are accessing via SSH). If you want to reset the routing tables to the status they were in before running fault_tolerant_router, you have to do it by hand. I would like to add a new command to avoid this manual task.