added migration to NEWS
This commit is contained in:
@@ -32,6 +32,10 @@ strongswan-4.2.9
|
|||||||
IPsec transport proxy mode where the IKEv2 daemon uses the Care-of-Address
|
IPsec transport proxy mode where the IKEv2 daemon uses the Care-of-Address
|
||||||
but the IPsec SA is set up for the Home Adress.
|
but the IPsec SA is set up for the Home Adress.
|
||||||
|
|
||||||
|
- Implemented migration of Mobile IPv6 connections using the KMADDRESS
|
||||||
|
field contained in XFRM_MSG_MIGRATE messages sent by the mip6d daemon
|
||||||
|
via the Linux 2.6.28 (or appropriately patched) kernel.
|
||||||
|
|
||||||
|
|
||||||
strongswan-4.2.8
|
strongswan-4.2.8
|
||||||
----------------
|
----------------
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@ dnl ===========================
|
|||||||
dnl initialize & set some vars
|
dnl initialize & set some vars
|
||||||
dnl ===========================
|
dnl ===========================
|
||||||
|
|
||||||
AC_INIT(strongSwan,4.2.9)
|
AC_INIT(strongSwan,4.2.9rc23)
|
||||||
AM_INIT_AUTOMAKE(tar-ustar)
|
AM_INIT_AUTOMAKE(tar-ustar)
|
||||||
AC_C_BIGENDIAN
|
AC_C_BIGENDIAN
|
||||||
AC_SUBST(confdir, '${sysconfdir}')
|
AC_SUBST(confdir, '${sysconfdir}')
|
||||||
|
|||||||
@@ -95,7 +95,7 @@ int main(int argc, char *argv[])
|
|||||||
/* threads 1..5 and 9 are always busy */
|
/* threads 1..5 and 9 are always busy */
|
||||||
for (th = 1; th <= THREADS; th++)
|
for (th = 1; th <= THREADS; th++)
|
||||||
{
|
{
|
||||||
state[th] = (th <= 5 || th == 9 )? STATE_BUSY : STATE_IDLE;
|
state[th] = (th <= 7 && th != 3)? STATE_BUSY : STATE_IDLE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* open the log file */
|
/* open the log file */
|
||||||
|
|||||||
+1
-1
@@ -53,7 +53,7 @@ are required for the strongSwan testing environment:
|
|||||||
* A vanilla Linux kernel on which the UML kernel will be based on.
|
* A vanilla Linux kernel on which the UML kernel will be based on.
|
||||||
We recommend the use of
|
We recommend the use of
|
||||||
|
|
||||||
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.tar.bz2
|
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.27.5.tar.bz2
|
||||||
|
|
||||||
* The Linux kernel 2.6.26 requires the following patch for the uml guest kernel
|
* The Linux kernel 2.6.26 requires the following patch for the uml guest kernel
|
||||||
to successfully start up:
|
to successfully start up:
|
||||||
|
|||||||
Reference in New Issue
Block a user