Do not load previous firewall rules as we replace everyhing anyway
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/18d5cd28 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/18d5cd28 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/18d5cd28 Branch: refs/heads/4.8 Commit: 18d5cd285536954403cf5eec64024e5909e55d41 Parents: eb9706b Author: Boris Schrijver <[email protected]> Authored: Fri Feb 5 21:04:06 2016 +0100 Committer: Boris Schrijver <[email protected]> Committed: Fri Feb 5 21:04:06 2016 +0100 ---------------------------------------------------------------------- systemvm/patches/debian/config/opt/cloud/bin/configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/18d5cd28/systemvm/patches/debian/config/opt/cloud/bin/configure.py ---------------------------------------------------------------------- diff --git a/systemvm/patches/debian/config/opt/cloud/bin/configure.py b/systemvm/patches/debian/config/opt/cloud/bin/configure.py index 0e57eb6..840c7cb 100755 --- a/systemvm/patches/debian/config/opt/cloud/bin/configure.py +++ b/systemvm/patches/debian/config/opt/cloud/bin/configure.py @@ -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")
