Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate all enumerators to venumerate() interface change | Tobias Brunner | 2017-05-26 | 1 | -2/+6 |
| | |||||
* | kernel-net: Let get_nexthop() return an optional interface name | Tobias Brunner | 2016-06-10 | 1 | -1/+6 |
| | | | | | The returned name should be the interface over which the destination address/net is reachable. | ||||
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -3/+3 |
| | |||||
* | libhydra: Move kernel interface to libcharon | Tobias Brunner | 2016-03-03 | 1 | -2/+2 |
| | | | | This moves hydra->kernel_interface to charon->kernel. | ||||
* | kernel-interface: Add destination prefix to get_nexthop() | Tobias Brunner | 2014-06-19 | 1 | -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 callbacks | Martin Willi | 2014-06-06 | 1 | -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 routes | Martin Willi | 2014-06-04 | 1 | -0/+26 |
| | |||||
* | kernel-iph: Fire roam events for detected address changes | Martin Willi | 2014-06-04 | 1 | -0/+60 |
| | |||||
* | kernel-iph: Implement add/del_route() | Martin Willi | 2014-06-04 | 1 | -6/+80 |
| | |||||
* | kernel-iph: Implement get_nexthop() | Martin Willi | 2014-06-04 | 1 | -0/+32 |
| | |||||
* | kernel-iph: Implement get_source_addr() | Martin Willi | 2014-06-04 | 1 | -1/+23 |
| | |||||
* | kernel-iph: Implement address enumeration | Martin Willi | 2014-06-04 | 1 | -1/+79 |
| | |||||
* | kernel-iph: Implement get_interface() method | Martin Willi | 2014-06-04 | 1 | -1/+38 |
| | |||||
* | kernel-iph: Create and maintain a cache of interfaces and associated addresses | Martin Willi | 2014-06-04 | 1 | -0/+328 |
| | |||||
* | kernel-iph: Add a stub for a Windows IP Helper based networking backend | Martin Willi | 2014-06-04 | 1 | -0/+115 |