diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-12-16 21:50:39 +0100 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-12-16 21:50:39 +0100 |
commit | 98b0657c0a40e95975941cf9ed49a9f87dfd932b (patch) | |
tree | c8bbb28db137e6380ece116b852d944fabd60f71 /testing/tests/ikev1/ip-pool-db-push/posttest.dat | |
parent | b6623e87b43dae65ee8bb30c778e081b39bbc154 (diff) | |
download | strongswan-98b0657c0a40e95975941cf9ed49a9f87dfd932b.tar.bz2 strongswan-98b0657c0a40e95975941cf9ed49a9f87dfd932b.tar.xz |
ikev1/ip-pool-db-push scenario tests DNS and NBNS server support
Diffstat (limited to 'testing/tests/ikev1/ip-pool-db-push/posttest.dat')
-rw-r--r-- | testing/tests/ikev1/ip-pool-db-push/posttest.dat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/tests/ikev1/ip-pool-db-push/posttest.dat b/testing/tests/ikev1/ip-pool-db-push/posttest.dat index adbbf5813..5022c6cf1 100644 --- a/testing/tests/ikev1/ip-pool-db-push/posttest.dat +++ b/testing/tests/ikev1/ip-pool-db-push/posttest.dat @@ -7,4 +7,6 @@ dave::/etc/init.d/iptables stop 2> /dev/null carol::ip addr del PH_IP_CAROL1/32 dev eth0 dave::ip addr del PH_IP_DAVE1/32 dev eth0 moon::ipsec pool --del bigpool 2> /dev/null +moon::ipsec pool --del dns 2> /dev/null +moon::ipsec pool --del nbns 2> /dev/null moon::rm /etc/ipsec.d/ipsec.* |