VPC : fixed vpc_snat script

This commit is contained in:
anthony 2012-06-18 17:21:21 -07:00
parent ff74234fe3
commit 1a690c7041
2 changed files with 2 additions and 1 deletions

View File

@ -7236,7 +7236,7 @@ public abstract class CitrixResourceBase implements ServerResource, HypervisorRe
args += " -A ";
args += " -l ";
args += pubIp;
args += pubIp.getPublicIp();
args += " -c ";
args += "eth" + correctVif.getDevice(conn);

View File

@ -150,3 +150,4 @@ then
fi
unlock_exit 1 $lock $locked