Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libhydra: Move kernel interface to libcharon | Tobias Brunner | 2016-03-03 | 1 | -196/+0 |
| | | | | This moves hydra->kernel_interface to charon->kernel. | ||||
* | kernel-interface: Add destination prefix to get_nexthop() | Tobias Brunner | 2014-06-19 | 1 | -1/+3 |
| | | | | | This allows to determine the next hop to reach a subnet, for instance, when installing routes for shunt policies. | ||||
* | Fix various API doc issues and typos | Tobias Brunner | 2013-07-18 | 1 | -3/+3 |
| | | | | Partially based on an old patch by Adrian-Ken Rueegsegger. | ||||
* | kernel-interface: support enumeration of virtual-only IPs | Martin Willi | 2013-05-06 | 1 | -6/+6 |
| | |||||
* | Introduce "features" for the kernel backends returning kernel capabilities | Martin Willi | 2013-03-01 | 1 | -0/+8 |
| | |||||
* | Don't wait while removing external IPs used for load testing | Martin Willi | 2012-11-29 | 1 | -1/+3 |
| | |||||
* | Install virtual IPs via interface name, and use an interface lookup where ↵ | Martin Willi | 2012-11-29 | 1 | -3/+2 |
| | | | | required | ||||
* | Add an optional kernel-interface parameter to install IPs with a custom prefix | Martin Willi | 2012-11-29 | 1 | -2/+4 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Moved host_t and host_resolver_t to a new networking subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Made IP address enumeration more flexible | Tobias Brunner | 2012-09-21 | 1 | -6/+22 |
| | | | | Also added an option to enumerate addresses on ignored interfaces. | ||||
* | Filter ignored interfaces in kernel interfaces (for events, address ↵ | Tobias Brunner | 2012-09-21 | 1 | -1/+2 |
| | | | | enumeration, etc.) | ||||
* | Make it easy to check if an address is locally usable via changed ↵ | Tobias Brunner | 2012-09-21 | 1 | -2/+3 |
| | | | | get_interface() method | ||||
* | Don't ignore loopback devices and allow addresses on them being enumerated | Tobias Brunner | 2012-09-21 | 1 | -3/+5 |
| | |||||
* | Use source address in get_nexthop() call | Tobias Brunner | 2012-09-21 | 1 | -2/+5 |
| | | | | | Otherwise the nexthop returned might belong to a different route than the one actually used with the current source address. | ||||
* | Added kernel_ipsec/net plugin feature loading callbacks | Martin Willi | 2011-10-14 | 1 | -0/+15 |
| | |||||
* | Moved kernel interface to libhydra. | Tobias Brunner | 2010-09-02 | 1 | -0/+145 |