Version 4.2.5 » History » Version 3
Tobias Brunner, 01.09.2009 14:16
Changes for Version 4.2.5
1 | 3 | Tobias Brunner | h1. Version 4.2.5 |
---|---|---|---|
2 | 3 | Tobias Brunner | |
3 | 3 | Tobias Brunner | * Consistent logging of IKE and CHILD SAs at the audit (AUD) level. |
4 | 3 | Tobias Brunner | |
5 | 3 | Tobias Brunner | * Improved the performance of the SQL-based virtual IP address pool |
6 | 3 | Tobias Brunner | by introducing an additional addresses table. The leases table |
7 | 3 | Tobias Brunner | storing only history information has become optional and can be |
8 | 3 | Tobias Brunner | disabled by setting charon.plugins.sql.lease_history = no in |
9 | 3 | Tobias Brunner | strongswan.conf. |
10 | 3 | Tobias Brunner | |
11 | 3 | Tobias Brunner | * The XFRM_STATE_AF_UNSPEC flag added to xfrm.h allows IPv4-over-IPv6 |
12 | 3 | Tobias Brunner | and IPv6-over-IPv4 tunnels with the 2.6.26 and later Linux kernels. |
13 | 3 | Tobias Brunner | |
14 | 3 | Tobias Brunner | * management of different virtual IP pools for different |
15 | 3 | Tobias Brunner | network interfaces have become possible. |
16 | 3 | Tobias Brunner | |
17 | 3 | Tobias Brunner | * fixed a bug which prevented the assignment of more than 256 |
18 | 3 | Tobias Brunner | virtual IP addresses from a pool managed by an sql database. |
19 | 3 | Tobias Brunner | |
20 | 3 | Tobias Brunner | * fixed a bug which did not delete own IPCOMP SAs in the kernel. |