mirror of https://github.com/apache/cloudstack.git
VPC : fixed vpc_snat script
This commit is contained in:
parent
ff74234fe3
commit
1a690c7041
|
|
@ -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);
|
||||
|
|
|
|||
|
|
@ -150,3 +150,4 @@ then
|
|||
fi
|
||||
|
||||
|
||||
unlock_exit 1 $lock $locked
|
||||
|
|
|
|||
Loading…
Reference in New Issue