Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel-pfroute: Delay call to if_indextoname(3) when handling RTM_IFINFO | Tobias Brunner | 2017-09-26 | 1 | -0/+5 |
| | | | | | | | It seems that there is a race, at least in 10.13, that lets if_indextoname() fail for the new TUN device. So we delay the call a bit, which seems to "fix" the issue. It's strange anyway that the previous delay was only applied when an iface entry was already found. | ||||
* | kernel-pfroute: Make sure there is a netmask when enumerating subnets | Tobias Brunner | 2017-07-05 | 1 | -2/+2 |
| | |||||
* | Change interface for enumerator_create_filter() callback | Tobias Brunner | 2017-05-26 | 1 | -47/+56 |
| | | | | | This avoids the unportable 5 pointer hack, but requires enumerating in the callback. | ||||
* | Migrate all enumerators to venumerate() interface change | Tobias Brunner | 2017-05-26 | 1 | -5/+15 |
| | |||||
* | kernel-pfroute: Implement enumeration of local subnets | Tobias Brunner | 2017-02-08 | 1 | -0/+194 |
| | |||||
* | kernel-pfroute: Don't set a gateway if it is of a different address family ↵ | Tobias Brunner | 2017-01-25 | 1 | -1/+2 |
| | | | | than the destination | ||||
* | kernel-pfroute: Return interface to reach destination from get_nexthop() | Tobias Brunner | 2016-06-10 | 1 | -4/+13 |
| | |||||
* | 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 | -5/+5 |
| | |||||
* | libhydra: Move kernel interface to libcharon | Tobias Brunner | 2016-03-03 | 3 | -12/+9 |
| | | | | This moves hydra->kernel_interface to charon->kernel. | ||||
* | libhydra: Move all kernel plugins to libcharon | Tobias Brunner | 2016-03-03 | 5 | -0/+2086 |
| | |||||
* | Moved all kernel plugins to libhydra. | Tobias Brunner | 2010-09-02 | 5 | -905/+0 |
| | |||||
* | Refer to kernel interface via hydra and not charon. | Tobias Brunner | 2010-09-02 | 2 | -4/+4 |
| | |||||
* | Moved roam job creation to kernel event handler. | Tobias Brunner | 2010-09-02 | 1 | -10/+22 |
| | |||||
* | Refer to scheduler via hydra and not charon. | Tobias Brunner | 2010-09-02 | 1 | -1/+1 |
| | |||||
* | Refer to processor via hydra and not charon. | Tobias Brunner | 2010-09-02 | 1 | -1/+2 |
| | |||||
* | Respect line with in Makefile.am's, other cosmetics | Martin Willi | 2010-03-25 | 1 | -1/+2 |
| | |||||
* | Changed all usages of lib->attributes to hydra->attributes. | Tobias Brunner | 2010-03-24 | 1 | -1/+1 |
| | |||||
* | Convert charon into libcharon. | Tobias Brunner | 2010-03-19 | 1 | -1/+1 |
| | |||||
* | Moving charon to libcharon. | Tobias Brunner | 2010-03-19 | 5 | -0/+891 |