mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-8843: Fixed issue in default iptables rules on shared network VR
This commit is contained in:
parent
1525ac0791
commit
a15df0569f
@ -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 = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user