aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_host.c
Commit message (Expand)AuthorAgeFilesLines
* move soures to src subdirNatanael Copa2013-08-221-165/+0
* pingu_host: bring interface down instantly if interface disapearsNatanael Copa2012-06-121-0/+8
* pingu: cleanup various structures on shutdownNatanael Copa2012-03-061-0/+16
* pingu_adm: implement host-status and gateway-statusNatanael Copa2011-10-121-1/+3
* pingu_host: use ONLINE/OFFLINE in log messageNatanael Copa2011-10-111-2/+4
* pingu_host.c: wait a sec before we send first burstNatanael Copa2011-10-111-1/+1
* pingu_iface: support binding multiple ping hosts to same ifaceNatanael Copa2011-10-071-23/+23
* pingu_host: end status dump with a '\n' instead of '\0'Natanael Copa2011-09-211-1/+1
* pingu_adm: implement initial admin socketNatanael Copa2011-09-211-0/+11
* pingu_ping: cleanup. Use constant to indicate if we ignore error or notNatanael Copa2011-09-091-1/+1
* pingu_host: cleanup. use constant to indicate host online/offlineNatanael Copa2011-09-091-3/+3
* pingu_netlink: do not add dead routes to multipathNatanael Copa2011-09-091-0/+9
* pingu: implement new config formatNatanael Copa2011-08-051-191/+29
* pingu: use host label when logging instead of ip addrNatanael Copa2011-07-291-4/+2
* pingu: remove default gw from main route table when isp goes downNatanael Copa2011-07-291-0/+7
* Use sockaddr_any for storing address and gatewayNatanael Copa2011-07-281-2/+2
* pingu: add initial code to modify routing tablesNatanael Copa2011-07-211-0/+5
* pingu_netlink: monitor link status of interfaces via netlinkNatanael Copa2011-07-131-2/+0
* pingu_iface: implement pingu_iface_usable()Natanael Copa2011-07-131-1/+1
* pingu: try bind socket to interface every burstNatanael Copa2011-07-131-5/+10
* pingu: run the route-script againNatanael Copa2011-07-081-0/+50
* pingu: move config reading to pingu_host and make host_list globalNatanael Copa2011-07-081-2/+144
* pingu_host: execute the actionNatanael Copa2011-07-081-1/+25
* pingu: fix misc bugsNatanael Copa2011-07-071-2/+3
* pingu_host: initial implementationNatanael Copa2011-07-071-0/+49