mirror of https://github.com/apache/cloudstack.git
Fixed issue in loading cidr on VR reboot
This commit is contained in:
parent
3caef2b1d5
commit
785b71e399
|
|
@ -3639,6 +3639,7 @@ public class VirtualNetworkApplianceManagerImpl extends ManagerBase implements V
|
|||
}
|
||||
rulesTO = new ArrayList<FirewallRuleTO>();
|
||||
for (FirewallRule rule : rules) {
|
||||
_rulesDao.loadSourceCidrs((FirewallRuleVO)rule);
|
||||
FirewallRule.TrafficType traffictype = rule.getTrafficType();
|
||||
if(traffictype == FirewallRule.TrafficType.Ingress){
|
||||
IpAddress sourceIp = _networkModel.getIp(rule.getSourceIpAddressId());
|
||||
|
|
|
|||
Loading…
Reference in New Issue