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:
abhishek 2010-12-02 11:15:46 -08:00
parent 8e4c003285
commit 66186ca876
1 changed files with 1 additions and 1 deletions

View File

@ -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);