mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
CLOUDSTACK-5970: UI > network menu > guest network section > select non-VPC isolated network with SourceNAT enabled > IP Address section > select sourceNAT IP > show Configuration tab.
This commit is contained in:
parent
18a3d3c3b8
commit
23f3047e7d
@ -2226,7 +2226,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
if (ipAddress.issourcenat) {
|
||||
if (ipAddress.vpcid != null && ipAddress.issourcenat) { //don't show Configuration(ipRules) tab on VPC sourceNAT IP
|
||||
disableIpRules = true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user