diff --git a/systemvm/patches/debian/config/opt/cloud/bin/configure.py b/systemvm/patches/debian/config/opt/cloud/bin/configure.py index 20477443806..399e4e0aa3b 100755 --- a/systemvm/patches/debian/config/opt/cloud/bin/configure.py +++ b/systemvm/patches/debian/config/opt/cloud/bin/configure.py @@ -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