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 99c15018bba..a72e53d5494 100755 --- a/systemvm/patches/debian/config/opt/cloud/bin/cs/CsNetfilter.py +++ b/systemvm/patches/debian/config/opt/cloud/bin/cs/CsNetfilter.py @@ -177,6 +177,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 = ''