mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-9013: Virtual router failed to start on KVM
This fix a typo of commit 4a177031b0
This commit is contained in:
parent
901d47c07e
commit
9f7f42330a
|
|
@ -154,7 +154,7 @@ class CsAcl(CsDataBag):
|
|||
fwr = " -A FW_EGRESS_RULES"
|
||||
if rule['protocol'] != "all":
|
||||
fwr += " -s %s " % cidr + \
|
||||
" -p %s " % cidr, rule['protocol'] + \
|
||||
" -p %s " % rule['protocol'] + \
|
||||
" -m %s " % rule['protocol'] + \
|
||||
" --dport %s" % rnge
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue