Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | release 0.5v0.5 | Natanael Copa | 2010-03-11 | 1 | -1/+1 | |
| | ||||||
* | pingu: support for setting source-ip | Natanael Copa | 2010-03-11 | 2 | -19/+34 | |
| | | | | | | | | | 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. | |||||
* | release 0.4.2v0.4.2 | Natanael Copa | 2010-03-11 | 1 | -1/+1 | |
| | ||||||
* | pingu: bind to interface. fix gateway bug | Natanael Copa | 2010-03-11 | 1 | -2/+11 | |
| | ||||||
* | release 0.4.1v0.4.1 | Natanael Copa | 2009-12-10 | 1 | -1/+1 | |
| | ||||||
* | 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. | |||||
* | release 0.4v0.4 | Linux User | 2009-11-12 | 1 | -1/+1 | |
| | ||||||
* | 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 | 2 | -3/+61 | |
| | | | | | | | 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. | |||||
* | release 0.3v0.3 | Natanael Copa | 2009-03-05 | 1 | -1/+1 | |
| | ||||||
* | mtu: handle pmtu properly | Timo Teras | 2009-03-05 | 1 | -1/+1 | |
| | | | | Fix a typo from previous commit to enable handling of pmtu responses. | |||||
* | mtu: rework pmtu detection logic | Timo Teras | 2009-03-05 | 1 | -17/+20 | |
| | | | | | | | | | Ok, the earlier method was not good enough: simply getting a PMTU response cannot be used as final result, since there might be routers further away with smaller PMTU or a black hole problem. So we do always a binary search, except the initial guess gets high MTU and pmtu responses make next guess pmtu sized. | |||||
* | release 0.2v0.2 | Natanael Copa | 2009-02-04 | 1 | -1/+1 | |
| | ||||||
* | pingu: added -V to print version | Natanael Copa | 2009-02-04 | 2 | -2/+14 | |
| | ||||||
* | pingu: cofigurable timeout/retry. default values. invert -d | Natanael Copa | 2009-01-31 | 5 | -33/+63 | |
| | | | | | | - 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 | 5 | -47/+178 | |
| | ||||||
* | icmp.c: be quiet | Natanael Copa | 2009-01-29 | 1 | -2/+2 | |
| | ||||||
* | Makefile: make install targetv0.1 | Natanael Copa | 2008-12-30 | 1 | -1/+12 | |
| | ||||||
* | mtu: a bit more informative usage() | Timo Teras | 2008-12-29 | 1 | -1/+7 | |
| | ||||||
* | mtu: write discovered mtu to interface mtu | Timo Teras | 2008-12-29 | 3 | -20/+110 | |
| | ||||||
* | mtu: -I switch | Timo Teras | 2008-12-29 | 2 | -3/+23 | |
| | ||||||
* | mtu: inject local path-mtu to remote host | Timo Teras | 2008-12-29 | 2 | -0/+263 | |
| | ||||||
* | Merge branch 'master' of ssh://dev.alpinelinux.org/gitroot/pingu | Natanael Copa | 2008-12-27 | 4 | -313/+493 | |
|\ | ||||||
| * | mtu: minor fixups; try harder to traverse nat boxes in mtu inject | Timo Teras | 2008-12-24 | 2 | -6/+10 | |
| | | ||||||
| * | mtu: separate icmp functions to new file, mtu discovery | Timo Teras | 2008-12-24 | 4 | -313/+489 | |
| | | ||||||
* | | 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 | 4 | -25/+42 | |
| | ||||||
* | misc code cleanup | Natanael Copa | 2008-12-18 | 4 | -20/+38 | |
| | ||||||
* | log.c, log.h: new files | Natanael Copa | 2008-12-18 | 2 | -0/+68 | |
| | ||||||
* | initial commit for mtu discovery | Timo Teras | 2008-12-18 | 1 | -0/+364 | |
| | ||||||
* | added pingu.conf example | Natanael Copa | 2008-12-18 | 1 | -0/+14 | |
| | ||||||
* | parse pingu.conf | Natanael Copa | 2008-12-18 | 1 | -1/+141 | |
| | ||||||
* | initial commit | Natanael Copa | 2008-12-04 | 2 | -0/+84 | |