Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pingu: support for setting source-ip | Natanael Copa | 2010-03-11 | 1 | -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 bug | Natanael Copa | 2010-03-11 | 1 | -2/+11 |
| | |||||
* | pingu: exit failed route-script forks | Natanael Copa | 2009-11-30 | 1 | -1/+5 |
| | | | | and don't try execute at all if no route-script is specified. | ||||
* | pingu: use /etc/pingu/pingu.conf as default | Linux User | 2009-11-12 | 1 | -1/+6 |
| | |||||
* | pingu: implement required replies | Linux User | 2009-11-12 | 1 | -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-script | Natanael Copa | 2009-09-24 | 1 | -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 version | Natanael Copa | 2009-02-04 | 1 | -2/+11 |
| | |||||
* | pingu: cofigurable timeout/retry. default values. invert -d | Natanael Copa | 2009-01-31 | 1 | -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 work | Natanael Copa | 2009-01-29 | 1 | -37/+143 |
| | |||||
* | use SLIST from sys/queue.h | Natanael Copa | 2008-12-25 | 1 | -29/+45 |
| | |||||
* | xlib.c: moved utility funcs to separate file | Natanael Copa | 2008-12-18 | 1 | -24/+1 |
| | |||||
* | misc code cleanup | Natanael Copa | 2008-12-18 | 1 | -15/+12 |
| | |||||
* | parse pingu.conf | Natanael Copa | 2008-12-18 | 1 | -1/+141 |
| | |||||
* | initial commit | Natanael Copa | 2008-12-04 | 1 | -0/+78 |