aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/kernel_pfroute
Commit message (Expand)AuthorAgeFilesLines
* libhydra: Move all kernel plugins to libcharonTobias Brunner2016-03-035-2086/+0
* kernel-pfroute: Don't install virtual IPs if charon.install_virtual_ip is dis...Tobias Brunner2015-08-131-0/+17
* kernel-pfroute: If a new interface appears, slightly delay address enumerationMartin Willi2014-12-161-0/+9
* kernel-pfroute: Check for RTM_IFANNOUNCE availabilityMartin Willi2014-10-141-0/+10
* kernel-pfroute: Delete interfaces on RTM_IFANNOUNCE/IFAN_DEPARTURE eventsTobias Brunner2014-09-091-0/+38
* kernel-pfroute: Fix kernel response handlingTobias Brunner2014-08-191-2/+3
* kernel-interface: Add destination prefix to get_nexthop()Tobias Brunner2014-06-191-1/+1
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
* kernel-pfroute: Let get_nexthop() default to destination addressTobias Brunner2014-03-311-3/+7
* libhydra: Use lib->ns instead of hydra->daemonTobias Brunner2014-02-121-2/+2
* kernel-pfroute: Don't cache route entries if installation failsTobias Brunner2014-02-121-2/+5
* kernel-pfroute: Fix mixed up memset() call in get_route()Mathias Krause2013-08-291-1/+1
* kernel-netlink,pfroute: Properly update address flag within ROAM_DELAYTobias Brunner2013-08-121-1/+1
* kernel-pfroute: Implement roam event handling like in the kernel-netlink pluginTobias Brunner2013-08-121-13/+36
* kernel-pfroute: use watcher to receive kernel eventsMartin Willi2013-07-181-17/+13
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+5
* kernel-pfroute: Ignore IP address changes if address is %anyTobias Brunner2013-07-171-1/+2
* kernel-pfroute: Properly enumerate sockaddrs in interface messagesTobias Brunner2013-07-171-9/+26
* kernel-pfroute: Provide name of interfaces on which virtual IPs are installedTobias Brunner2013-07-171-0/+22
* kernel-pfroute: Ignore virtual IPs in address mapTobias Brunner2013-07-171-13/+9
* kernel-pfroute: Make sure source addresses are not virtual and usableTobias Brunner2013-07-171-4/+20
* kernel-pfroute: Don't report an error when trying to reinstall a routeTobias Brunner2013-07-171-0/+4
* kernel-pfroute: Reinstall routes on interface/address changesTobias Brunner2013-07-171-7/+320
* kernel-pfroute: Trigger a roam event if a new interface appearsTobias Brunner2013-07-171-0/+4
* kernel-pfroute: Use ref_get() to allocate sequence numbersTobias Brunner2013-07-171-3/+3
* kernel-pfroute: Make time that is waited for VIPs to appear configurableTobias Brunner2013-07-171-2/+11
* kernel-pfroute: Retry route lookup without source address on failureTobias Brunner2013-07-171-1/+16
* kernel-pfroute: Simplify route lookup after fixing sockaddr parsingTobias Brunner2013-06-211-90/+19
* kernel-pfroute: Alignment of sockaddrs is not always the sameTobias Brunner2013-06-211-1/+8
* kernel-pfroute: struct sockaddr arguments are 4 byte alignedTobias Brunner2013-06-211-4/+8
* kernel-pfroute: Improve route lookup depending on information we get backTobias Brunner2013-06-211-12/+96
* kernel-pfroute: Try to ensure we get a source address or interface nameTobias Brunner2013-06-211-0/+6
* kernel-pfroute: Use DST as nexthop for host routesTobias Brunner2013-06-211-0/+6
* kernel-pfroute: Implement get_source_addr()Tobias Brunner2013-06-211-12/+27
* kernel-pfroute: Properly install routes with interface and gatewayTobias Brunner2013-06-211-5/+6
* kernel-pfroute: Activate TUN device before setting addressTobias Brunner2013-06-211-1/+1
* kernel-pfroute: Raise tun event when creating/destroying TUN devices for virt...Tobias Brunner2013-06-211-1/+6
* kernel-pfroute: allow only one thread to do a route look up simultaneouslyMartin Willi2013-05-061-1/+8
* kernel-pfroute: add a feature flag requesting "exclude" routesMartin Willi2013-05-061-0/+7
* kernel-pfroute: remove unused interface address refcountingMartin Willi2013-05-061-11/+0
* kernel-pfroute: mark IPs installed on tun device as virtualMartin Willi2013-05-061-1/+24
* kernel-pfroute: install virtual IPs using dedicated tun devicesMartin Willi2013-05-061-5/+91
* kernel-interface: support enumeration of virtual-only IPsMartin Willi2013-05-061-0/+4
* kernel-pfroute: split /0 routes to avoid conflict with default routeMartin Willi2013-05-061-0/+15
* kernel-pfroute: rescan address list for an interface if its state changesMartin Willi2013-05-061-0/+43
* kernel-pfroute: add newly appearing interfaces to the interface cacheMartin Willi2013-05-061-1/+22
* kernel-pfroute: implement get_nexthop()Martin Willi2013-05-061-6/+73
* kernel-pfroute: install and uninstall routesMartin Willi2013-05-061-2/+129
* kernel-pfroute: collect replies received for our own queriesMartin Willi2013-05-061-4/+40
* kernel-pfroute: refactor PF_ROUTE message processing, use an enumeratorMartin Willi2013-05-061-35/+117