mirror of https://github.com/apache/cloudstack.git
bug 7322: fixing this issue, to ensure the 1:1 NAT rule works well with a router reboot
status 7322: resolved fixed
This commit is contained in:
parent
606bc6d99e
commit
bd42a02894
|
|
@ -448,7 +448,6 @@ public class VirtualRoutingResource implements Manager {
|
|||
|
||||
protected Answer execute(final SetFirewallRuleCommand cmd) {
|
||||
String args;
|
||||
|
||||
if(cmd.getProtocol().toLowerCase().equals(NetUtils.NAT_PROTO)){
|
||||
//1:1 NAT needs instanceip;publicip;domrip;op
|
||||
if(cmd.isCreate())
|
||||
|
|
|
|||
Loading…
Reference in New Issue