From 9f7f42330aeb33ad819075586529e88db4d5c90a Mon Sep 17 00:00:00 2001 From: Wei Zhou Date: Fri, 30 Oct 2015 17:04:14 +0100 Subject: [PATCH] CLOUDSTACK-9013: Virtual router failed to start on KVM This fix a typo of commit 4a177031b055f3649e3b4a00c80eddb5cafa1dd7 --- systemvm/patches/debian/config/opt/cloud/bin/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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