aboutsummaryrefslogtreecommitdiffstats
path: root/pingu.c
Commit message (Collapse)AuthorAgeFilesLines
* pingu: support for setting source-ipNatanael Copa2010-03-111-16/+26
| | | | | | | | | This is needed so ip source routing works with shorewall The problem is that when we change the default gw, removing a gateway that went down, we are not able to ping remote host via that interface ...unless we set the source ip and have an ip route table with source ip. Shorewall sets that up.
* pingu: bind to interface. fix gateway bugNatanael Copa2010-03-111-2/+11
|
* pingu: exit failed route-script forksNatanael Copa2009-11-301-1/+5
| | | | and don't try execute at all if no route-script is specified.
* pingu: use /etc/pingu/pingu.conf as defaultLinux User2009-11-121-1/+6
|
* pingu: implement required repliesLinux User2009-11-121-11/+26
| | | | | We send totally "retry" packages and consider the link up if we get at leaset "required" number of responses within "timeout" seconds.
* pingu: implement route-scriptNatanael Copa2009-09-241-3/+58
| | | | | | | Whenever there are any changes, the route-script is called with all gateways that have status "up" as paramaeter This is supposed to be used to set the default gateway.
* pingu: added -V to print versionNatanael Copa2009-02-041-2/+11
|
* pingu: cofigurable timeout/retry. default values. invert -dNatanael Copa2009-01-311-17/+43
| | | | | | - make timeout and retry configurable - possible to set default action, timeout and retry values - the -d option means "daemonize" rather than "debug mode".
* pingu: make it workNatanael Copa2009-01-291-37/+143
|
* use SLIST from sys/queue.hNatanael Copa2008-12-251-29/+45
|
* xlib.c: moved utility funcs to separate fileNatanael Copa2008-12-181-24/+1
|
* misc code cleanupNatanael Copa2008-12-181-15/+12
|
* parse pingu.confNatanael Copa2008-12-181-1/+141
|
* initial commitNatanael Copa2008-12-041-0/+78