mirror of https://github.com/apache/cloudstack.git
Do not load previous firewall rules as we replace everyhing anyway
This commit is contained in:
parent
eb9706b655
commit
18d5cd2855
|
|
@ -988,7 +988,7 @@ def main(argv):
|
|||
lb.process()
|
||||
|
||||
logging.debug("Configuring iptables rules")
|
||||
nf = CsNetfilters()
|
||||
nf = CsNetfilters(False)
|
||||
nf.compare(config.get_fw())
|
||||
|
||||
logging.debug("Configuring iptables rules done ...saving rules")
|
||||
|
|
|
|||
Loading…
Reference in New Issue