aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_conf.h
Commit message (Collapse)AuthorAgeFilesLines
* move soures to src subdirNatanael Copa2013-08-221-6/+0
|
* pingu_conf: cleanup. use a pingu_conf structNatanael Copa2011-08-051-1/+1
|
* pingu: implement new config formatNatanael Copa2011-08-051-0/+6
New format allows users to define interfaces and ping hosts separately. This means we can run pingu in routing-only mode to set up and manage route tables for multi-isp. We allow the user config a preferred alternate route table for each interface. If not configured, pingu will pick one. Example interface definition looks like: interface eth0 { route-table 10 } Example host definition looks like: host 192.168.0.1 { bind-interface eth0 }