diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-11-20 21:52:40 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-11-20 21:52:40 +0100 |
commit | 1f201db699669a8808e1556fad66c46bf341681d (patch) | |
tree | 8200380c5d11362426718e26dbbcef605638b954 /testing/testing.conf | |
parent | d16ecc175346e93c9f5260972ff6d49bbb1a192d (diff) | |
download | strongswan-1f201db699669a8808e1556fad66c46bf341681d.tar.bz2 strongswan-1f201db699669a8808e1556fad66c46bf341681d.tar.xz |
enabled ha plugin in UML scenarios
Diffstat (limited to 'testing/testing.conf')
-rwxr-xr-x | testing/testing.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/testing.conf b/testing/testing.conf index 83cf3570a..f3dfebf5e 100755 --- a/testing/testing.conf +++ b/testing/testing.conf @@ -66,12 +66,13 @@ USE_ADDRBLOCK="yes" USE_CTR="yes" USE_CCM="yes" USE_GCM="yes" +USE_HA="yes" # Gentoo linux root filesystem ROOTFS=$UMLTESTDIR/gentoo-fs-20100830.tar.bz2 # Size of the finished root filesystem in MB -ROOTFSSIZE=700 +ROOTFSSIZE=800 # Amount of Memory to use per UML [MB]. # If "auto" is stated 1/12 of total host ram will be used. |