mirror of https://github.com/apache/cloudstack.git
bug 7348: fixing the issue of the static nat rules not being re-programmed on a domr stop/start or a domr reboot
status 7348: resolved fixed
This commit is contained in:
parent
8e4c003285
commit
66186ca876
|
|
@ -874,7 +874,7 @@ public class NetworkManagerImpl implements NetworkManager, NetworkService, Manag
|
|||
|
||||
if (rule.isForwarding()) {
|
||||
fwdRules.add(rule);
|
||||
final SetFirewallRuleCommand cmd = new SetFirewallRuleCommand(routerName, routerIp,rule, false);
|
||||
final SetFirewallRuleCommand cmd = new SetFirewallRuleCommand(routerName, routerIp, rule, true);
|
||||
cmds.addCommand(cmd);
|
||||
} else if (rule.getGroupId() != null){
|
||||
lbRules.add(rule);
|
||||
|
|
|
|||
Loading…
Reference in New Issue