aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/kernel_iph/kernel_iph_net.c
Commit message (Collapse)AuthorAgeFilesLines
* Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-261-2/+6
|
* kernel-net: Let get_nexthop() return an optional interface nameTobias Brunner2016-06-101-1/+6
| | | | | The returned name should be the interface over which the destination address/net is reachable.
* Use standard unsigned integer typesAndreas Steffen2016-03-241-3/+3
|
* libhydra: Move kernel interface to libcharonTobias Brunner2016-03-031-2/+2
| | | | This moves hydra->kernel_interface to charon->kernel.
* kernel-interface: Add destination prefix to get_nexthop()Tobias Brunner2014-06-191-1/+1
| | | | | This allows to determine the next hop to reach a subnet, for instance, when installing routes for shunt policies.
* windows: Use WINAPI call convention for Windows API callbacksMartin Willi2014-06-061-3/+6
| | | | | For x86_64 it does not actually matter, but for i686 builds the call convention is different with WINAPI.
* kernel-iph: Implicitly enable IP forwarding when installing routesMartin Willi2014-06-041-0/+26
|
* kernel-iph: Fire roam events for detected address changesMartin Willi2014-06-041-0/+60
|
* kernel-iph: Implement add/del_route()Martin Willi2014-06-041-6/+80
|
* kernel-iph: Implement get_nexthop()Martin Willi2014-06-041-0/+32
|
* kernel-iph: Implement get_source_addr()Martin Willi2014-06-041-1/+23
|
* kernel-iph: Implement address enumerationMartin Willi2014-06-041-1/+79
|
* kernel-iph: Implement get_interface() methodMartin Willi2014-06-041-1/+38
|
* kernel-iph: Create and maintain a cache of interfaces and associated addressesMartin Willi2014-06-041-0/+328
|
* kernel-iph: Add a stub for a Windows IP Helper based networking backendMartin Willi2014-06-041-0/+115