aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* pingu_host: end status dump with a '\n' instead of '\0'Natanael Copa2011-09-211-1/+1
* build: configure pingu rundir from MakefileNatanael Copa2011-09-211-5/+11
* pinguctl: initial admin clientNatanael Copa2011-09-213-2/+97
* pingu_adm: implement initial admin socketNatanael Copa2011-09-218-15/+182
* pingu_iface: only load-balance if 2 or more interfaces are configured for itNatanael Copa2011-09-213-20/+22
* pingu_netlink: delete multipath route if there are no pathsNatanael Copa2011-09-092-4/+6
* pingu_ping: cleanup. Use constant to indicate if we ignore error or notNatanael Copa2011-09-093-2/+5
* pingu_host: cleanup. use constant to indicate host online/offlineNatanael Copa2011-09-095-7/+14
* pingu_netlink: do not add dead routes to multipathNatanael Copa2011-09-093-1/+14
* pingu_netlink: delete the exact multipath we createdNatanael Copa2011-09-092-7/+21
* pingu_iface: only update default route in main route tableNatanael Copa2011-09-091-1/+2
* pingu_netlink: do not try remove routes that kernel aready removedNatanael Copa2011-09-091-4/+8
* pingu_netlink: update iface index even if we dont have linkNatanael Copa2011-09-081-11/+9
* pingu_netlink: remove ip rule before we reset the addressNatanael Copa2011-09-081-1/+1
* pingu_iface: only update multpath route when route is a default gwNatanael Copa2011-09-081-3/+4
* pingu_netlink: save all routes for cleaup laterNatanael Copa2011-09-081-28/+15
* pingu_gateway: implement pingu_gateway_first_default()Natanael Copa2011-09-082-1/+10
* pingu_netlink: flush route tables on exitNatanael Copa2011-09-071-0/+26
* 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-074-4/+15
* pingu_netlink: get errorcodes from route changesNatanael Copa2011-09-071-37/+83
* pingu_burst: try rebind every burstNatanael Copa2011-09-061-0/+7
* pingu_iface: bind to interface tooNatanael Copa2011-09-061-0/+5
* pingu: cleanup on exitNatanael Copa2011-09-065-1/+29
* pingu: catch SIGINT so we can cleanup at exitNatanael Copa2011-09-061-0/+10
* pingu: only create/lose binding when we get/lose addressNatanael Copa2011-09-064-10/+7
* pingu_iface: bind to address instead of oifNatanael Copa2011-09-063-2/+17
* pingu_netlink: fix logging of routesNatanael Copa2011-09-061-3/+5
* pingu_netlink: create nexthop route even if its aloneNatanael Copa2011-08-181-3/+1
* pingu: add config option 'load-balance'Natanael Copa2011-08-163-4/+25
* pingu_iface: fix for previous commitNatanael Copa2011-08-161-1/+1
* pingu: implement load balancing with nexthopsNatanael Copa2011-08-153-15/+137
* pingu_gateway: move is_default_gwNatanael Copa2011-08-153-17/+19
* pingu_netlink: log error responsesNatanael Copa2011-08-151-0/+13
* pingu_gateway: cleanup. split out gateway funcsNatanael Copa2011-08-055-119/+145
* pingu_conf: cleanup. use a pingu_conf structNatanael Copa2011-08-053-32/+47
* pingu_conf: fix lineno on error messagesNatanael Copa2011-08-051-9/+9
* pingu: implement new config formatNatanael Copa2011-08-059-245/+323
* pingu_iface: init the sockets when init instead of when createNatanael Copa2011-08-022-6/+9
* pingu: use source address for ip rule and copy scope link routeNatanael Copa2011-08-023-19/+42
* pingu: use host label when logging instead of ip addrNatanael Copa2011-07-292-7/+4
* pingu: fix bug when storing addrinfo struct to sockaddr_anyNatanael Copa2011-07-293-11/+53
* pingu: remove default gw from main route table when isp goes downNatanael Copa2011-07-295-4/+31
* pingu: delete gateway from our listNatanael Copa2011-07-281-0/+49
* pingu: clean up for ipv6 support in futureNatanael Copa2011-07-283-68/+121
* pingu: add gw to list and minor cleanupNatanael Copa2011-07-285-15/+52
* pingu_netlink: remove duplicate routing code.Natanael Copa2011-07-281-43/+16
* pingu: use sockaddr_anyNatanael Copa2011-07-288-37/+122
* Use sockaddr_any for storing address and gatewayNatanael Copa2011-07-283-4/+18
* pingu_netlink: add support for metric and sync deleted routesNatanael Copa2011-07-221-19/+98