From f7be2a9352431540ed0a6cc114e51422ea1e42ba Mon Sep 17 00:00:00 2001 From: Vijayendra Bhamidipati Date: Mon, 23 Jul 2012 11:17:54 -0700 Subject: [PATCH] CS-15657: Mgmt server fails to associate ip addess to public interface on VPC router VM Description: Fixing syntax error in ipassoc.sh. --- patches/systemvm/debian/config/opt/cloud/bin/ipassoc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patches/systemvm/debian/config/opt/cloud/bin/ipassoc.sh b/patches/systemvm/debian/config/opt/cloud/bin/ipassoc.sh index cfaa46f71b0..61c729d105d 100755 --- a/patches/systemvm/debian/config/opt/cloud/bin/ipassoc.sh +++ b/patches/systemvm/debian/config/opt/cloud/bin/ipassoc.sh @@ -150,7 +150,7 @@ add_routing() { local tableNo=$(echo $ethDev | awk -F'eth' '{print $2}') if [ "$tablePresent" == "" ] then - if [ "$tableNo" == ""] + if [ "$tableNo" == "" ] then return 0; fi