mirror of https://github.com/apache/cloudstack.git
Merge pull request #1014 from ustcweizhou/CLOUDSTACK-9013
CLOUDSTACK-9013: Virtual router failed to start on KVMThis fix a typo of commit 4a177031b0
* pr/1014:
CLOUDSTACK-9013: Virtual router failed to start on KVM
Signed-off-by: Remi Bergsma <github@remi.nl>
This commit is contained in:
commit
e3a4ec6cfd
|
|
@ -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