aboutsummaryrefslogtreecommitdiffstats
path: root/pingu_netlink.c
Commit message (Expand)AuthorAgeFilesLines
* move soures to src subdirNatanael Copa2013-08-221-873/+0
* pingu: add support for 'fwmark' route ruleNatanael Copa2013-08-201-8/+24
* pingu_netlink: add debug logging for nexthop routesNatanael Copa2012-08-011-0/+5
* pingu_route: allow default routes that has no via addressNatanael Copa2012-08-011-4/+6
* pingu_host: bring interface down instantly if interface disapearsNatanael Copa2012-06-121-0/+1
* pingu_route: add helper function for generating route stringNatanael Copa2012-03-141-11/+4
* pingu_netlink: logging cleanupNatanael Copa2012-03-061-4/+6
* pingu_netlink: keep track of the route via interfaceNatanael Copa2011-12-081-28/+42
* pingu_conf: add optional rule-priority config optionNatanael Copa2011-12-081-3/+4
* pingu_iface: support binding multiple ping hosts to same ifaceNatanael Copa2011-10-071-3/+1
* pingu: rename pingu_gateway to pingu_routeNatanael Copa2011-10-071-12/+12
* pingu_netlink: log route changes as info instead as debugNatanael Copa2011-09-231-1/+1
* pingu_netlink: delete multipath route if there are no pathsNatanael Copa2011-09-091-2/+4
* pingu_host: cleanup. use constant to indicate host online/offlineNatanael Copa2011-09-091-1/+2
* pingu_netlink: do not add dead routes to multipathNatanael Copa2011-09-091-1/+4
* pingu_netlink: delete the exact multipath we createdNatanael Copa2011-09-091-7/+20
* 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_netlink: save all routes for cleaup laterNatanael Copa2011-09-081-28/+15
* pingu_netlink: flush route tables on exitNatanael Copa2011-09-071-0/+26
* pingu_{iface,netlink}: only remove route rules that we actually createdNatanael Copa2011-09-071-2/+11
* pingu_netlink: get errorcodes from route changesNatanael Copa2011-09-071-37/+83
* pingu: cleanup on exitNatanael Copa2011-09-061-1/+14
* pingu: only create/lose binding when we get/lose addressNatanael Copa2011-09-061-1/+1
* 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-161-4/+12
* pingu: implement load balancing with nexthopsNatanael Copa2011-08-151-14/+132
* pingu_gateway: move is_default_gwNatanael Copa2011-08-151-14/+0
* pingu_netlink: log error responsesNatanael Copa2011-08-151-0/+13
* pingu: use source address for ip rule and copy scope link routeNatanael Copa2011-08-021-14/+27
* pingu: remove default gw from main route table when isp goes downNatanael Copa2011-07-291-3/+10
* pingu: clean up for ipv6 support in futureNatanael Copa2011-07-281-49/+89
* pingu: add gw to list and minor cleanupNatanael Copa2011-07-281-2/+6
* pingu_netlink: remove duplicate routing code.Natanael Copa2011-07-281-43/+16
* pingu_netlink: add support for metric and sync deleted routesNatanael Copa2011-07-221-19/+98
* pingu: create or delete ip rule on link status changeNatanael Copa2011-07-211-7/+58
* pingu: add initial code to modify routing tablesNatanael Copa2011-07-211-5/+91
* pingu_netlink: pick up primary address for interfacesNatanael Copa2011-07-151-7/+50
* pingu_netlink: monitor link status of interfaces via netlinkNatanael Copa2011-07-131-0/+318