CLOUDSTACK-9013: Virtual router failed to start on KVM

This fix a typo of commit 4a177031b0
This commit is contained in:
Wei Zhou 2015-10-30 17:04:14 +01:00
parent 901d47c07e
commit 9f7f42330a
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