aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_iface.c
Commit message (Expand)AuthorAgeFilesLines
* move soures to src subdirNatanael Copa2013-08-221-344/+0
* configure: check for strlcpyNatanael Copa2013-08-211-0/+8
* pingu_iface: del renewed gateways via broken ISPsNatanael Copa2012-03-231-0/+13
* pingu_adm: support route dumpsNatanael Copa2012-03-141-0/+11
* pingu_adm: new admin command for dumping active pingsNatanael Copa2012-03-141-3/+14
* pingu_ping: always stop ev timer when cleaning up ping listNatanael Copa2012-03-141-2/+2
* pingu: cleanup various structures on shutdownNatanael Copa2012-03-061-1/+13
* pingu_netlink: keep track of the route via interfaceNatanael Copa2011-12-081-1/+1
* pingu_adm: implement host-status and gateway-statusNatanael Copa2011-10-121-0/+15
* pingu_iface: support binding multiple ping hosts to same ifaceNatanael Copa2011-10-071-1/+35
* pingu: rename pingu_gateway to pingu_routeNatanael Copa2011-10-071-10/+10
* pingu_iface: only load-balance if 2 or more interfaces are configured for itNatanael Copa2011-09-211-14/+16
* pingu_netlink: delete multipath route if there are no pathsNatanael Copa2011-09-091-2/+2
* pingu_iface: only update default route in main route tableNatanael Copa2011-09-091-1/+2
* pingu_iface: only update multpath route when route is a default gwNatanael Copa2011-09-081-3/+4
* pingu_iface: cleanup load-balance route on exitNatanael Copa2011-09-071-2/+19
* pingu_{iface,netlink}: only remove route rules that we actually createdNatanael Copa2011-09-071-1/+2
* pingu_iface: bind to interface tooNatanael Copa2011-09-061-0/+5
* pingu: cleanup on exitNatanael Copa2011-09-061-0/+9
* pingu: only create/lose binding when we get/lose addressNatanael Copa2011-09-061-1/+4
* pingu_iface: bind to address instead of oifNatanael Copa2011-09-061-2/+2
* pingu_iface: fix for previous commitNatanael Copa2011-08-161-1/+1
* pingu: implement load balancing with nexthopsNatanael Copa2011-08-151-0/+2
* pingu_gateway: cleanup. split out gateway funcsNatanael Copa2011-08-051-105/+10
* pingu: implement new config formatNatanael Copa2011-08-051-18/+32
* pingu_iface: init the sockets when init instead of when createNatanael Copa2011-08-021-6/+8
* pingu: use source address for ip rule and copy scope link routeNatanael Copa2011-08-021-4/+8
* pingu: remove default gw from main route table when isp goes downNatanael Copa2011-07-291-0/+9
* pingu: delete gateway from our listNatanael Copa2011-07-281-0/+49
* pingu: clean up for ipv6 support in futureNatanael Copa2011-07-281-16/+27
* pingu: add gw to list and minor cleanupNatanael Copa2011-07-281-13/+29
* pingu: use sockaddr_anyNatanael Copa2011-07-281-8/+49
* Use sockaddr_any for storing address and gatewayNatanael Copa2011-07-281-1/+1
* pingu: add initial code to modify routing tablesNatanael Copa2011-07-211-2/+7
* pingu_netlink: pick up primary address for interfacesNatanael Copa2011-07-151-2/+31
* pingu_netlink: monitor link status of interfaces via netlinkNatanael Copa2011-07-131-2/+1
* pingu_iface: implement pingu_iface_usable()Natanael Copa2011-07-131-0/+7
* pingu: try bind socket to interface every burstNatanael Copa2011-07-131-11/+15
* pingu_iface: fix bugNatanael Copa2011-07-131-1/+1
* iface: add initial implementationNatanael Copa2011-07-071-0/+104