diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-06-05 13:49:01 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-06-05 13:49:01 +0200 |
commit | 39e3b58fe41842937a41a38840860f6323482882 (patch) | |
tree | 62564b505a325532b69b7a4142e8df6ed9b6143a /testing/tests/ikev1 | |
parent | 88613f159db602a1b835b355b5a0bacc7c23b3ae (diff) | |
download | strongswan-39e3b58fe41842937a41a38840860f6323482882.tar.bz2 strongswan-39e3b58fe41842937a41a38840860f6323482882.tar.xz |
use --addattr
Diffstat (limited to 'testing/tests/ikev1')
-rw-r--r-- | testing/tests/ikev1/ip-pool-db-push/pretest.dat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/tests/ikev1/ip-pool-db-push/pretest.dat b/testing/tests/ikev1/ip-pool-db-push/pretest.dat index 332280acd..4a2add194 100644 --- a/testing/tests/ikev1/ip-pool-db-push/pretest.dat +++ b/testing/tests/ikev1/ip-pool-db-push/pretest.dat @@ -1,9 +1,9 @@ moon::cat /etc/ipsec.d/tables.sql > /etc/ipsec.d/ipsec.sql moon::cat /etc/ipsec.d/ipsec.sql | sqlite3 /etc/ipsec.d/ipsec.db moon::ipsec pool --add bigpool --start 10.3.0.1 --end 10.3.3.232 --timeout 0 2> /dev/null -moon::ipsec pool --add dns --server PH_IP_WINNETOU 2> /dev/null -moon::ipsec pool --add dns --server PH_IP_VENUS 2> /dev/null -moon::ipsec pool --add nbns --server PH_IP_VENUS 2> /dev/null +moon::ipsec pool --addattr dns --server PH_IP_WINNETOU 2> /dev/null +moon::ipsec pool --addattr dns --server PH_IP_VENUS 2> /dev/null +moon::ipsec pool --addattr nbns --server PH_IP_VENUS 2> /dev/null moon::/etc/init.d/iptables start 2> /dev/null carol::/etc/init.d/iptables start 2> /dev/null dave::/etc/init.d/iptables start 2> /dev/null |