mirror of https://github.com/apache/cloudstack.git
Fix SourceAddress for SNAt to VPC cidr (#35)
This commit is contained in:
parent
554ed63440
commit
444fb7324d
|
|
@ -711,7 +711,6 @@ public class NetrisApiClientImpl implements NetrisApiClient {
|
|||
natBody.setSite(site);
|
||||
|
||||
if (StringUtils.isNotBlank(snatIP)) {
|
||||
natBody.setSourceAddress(snatIP);
|
||||
natBody.setSnatToIP(snatIP);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue