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

monitor.rb refactoring #10

Closed drsound closed 9 years ago

drsound commented 9 years ago

Create an Uplink class instead of using an hash.

drsound commented 9 years ago

Currently in development branch.