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:
Remi Bergsma 2015-11-02 11:56:12 +01:00
commit e3a4ec6cfd
1 changed files with 1 additions and 1 deletions

View File

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