From 53d4a1db2b27ef8549c42d36cda2255bea6576a5 Mon Sep 17 00:00:00 2001 From: Jesse Andrews Date: Wed, 26 Oct 2011 21:46:47 -0700 Subject: [PATCH] missed removing this ping --- exercise.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/exercise.sh b/exercise.sh index 8feda9f..f512691 100755 --- a/exercise.sh +++ b/exercise.sh @@ -127,8 +127,6 @@ if ! timeout 10 sh -c "while ! ping -c1 -w1 $FLOATING_IP; do sleep 1; done"; the exit 1 fi -ping -c1 -w1 $FLOATING_IP - # dis-allow icmp traffic (ping) nova secgroup-delete-rule $SECGROUP icmp -1 -1 0.0.0.0/0