From a15df0569fa0e56b14a9a119858c53e8ae6085c3 Mon Sep 17 00:00:00 2001 From: Jayapal Date: Wed, 16 Sep 2015 15:22:33 +0530 Subject: [PATCH] CLOUDSTACK-8843: Fixed issue in default iptables rules on shared network VR --- systemvm/patches/debian/config/opt/cloud/bin/cs/CsNetfilter.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsNetfilter.py b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsNetfilter.py index 6c1d091435c..a1de5968399 100755 --- a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsNetfilter.py +++ b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsNetfilter.py @@ -176,6 +176,8 @@ class CsNetfilters(object): These standard firewall rules vary according to the device type """ type = CsCmdLine("cmdline").get_type() + if type == 'dhcpsrvr': + type = 'router' try: table = ''