aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scripts/start-umls
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-10-07 04:56:50 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-10-07 04:56:50 +0000
commit41b1cd6b872d9c2a938293a1945cca53459ded27 (patch)
tree1e9e8fa2461e99be023f522007fe942403ab8166 /testing/scripts/start-umls
parente8c58d8e6411582e637959e6f6a239fec02a48f0 (diff)
downloadstrongswan-41b1cd6b872d9c2a938293a1945cca53459ded27.tar.bz2
strongswan-41b1cd6b872d9c2a938293a1945cca53459ded27.tar.xz
wait 5 seconds before deactivating eth1 interface on alice
Diffstat (limited to 'testing/scripts/start-umls')
-rwxr-xr-xtesting/scripts/start-umls1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/scripts/start-umls b/testing/scripts/start-umls
index 018bad010..da6a99c22 100755
--- a/testing/scripts/start-umls
+++ b/testing/scripts/start-umls
@@ -110,6 +110,7 @@ do
if [ "$host" = "alice" ]
then
+ sleep 5
eval ipv4_${host}="`echo $HOSTNAMEIPV4 | sed -n -e "s/^.*${host},//gp" | awk -F, '{ print $1 }' | awk '{ print $1 }'`"
ssh root@$ipv4_alice /etc/init.d/net.eth1 stop
fi