cloudstack/systemvm/patches/debian/config/opt/cloud/bin/cs
Will Stevens 9a20ab8bcb Merge pull request #1482 from remibergsma/iptables-fix
Restore iptables at once using iptables-restore instead of calling iptables numerous timesThis makes handling the firewall rules about 50-60 times faster because it is generated in memory and then loaded once. It's work by @borisroman see PR #1400. Reopened it here because I think this is a great improvement.

* pr/1482:
  Resolve conflict as forceencap is already in master
  Split the cidr lists so we won't hit the iptables-resture limits
  Check the existence of 'forceencap' parameter before use
  Do not load previous firewall rules as we replace everyhing anyway
  Wait for dnsmasq to finish restart
  Remove duplicate spaces, and thus duplicate rules.
  Restore iptables at once using iptables-restore instead of calling iptables numerous times
  Add iptables copnversion script.

Signed-off-by: Will Stevens <williamstevens@gmail.com>
2016-05-18 15:50:20 -04:00
..
CsAddress.py Merge pull request #1482 from remibergsma/iptables-fix 2016-05-18 15:50:20 -04:00
CsApp.py CLOUDSTACK-8952 - Make sure the calls to CsFile use the new logic of commit/is_changed methods 2015-10-17 12:20:40 +02:00
CsConfig.py This patch addresses two issues: 2016-05-08 22:47:55 +02:00
CsDatabag.py This patch addresses two issues: 2016-05-08 22:47:55 +02:00
CsDhcp.py Wait for dnsmasq to finish restart 2016-02-05 12:02:58 +01:00
CsFile.py CLOUDSTACK-8952 - Do not restart conntrackd unless it's needed 2015-10-17 12:20:40 +02:00
CsGuestNetwork.py CLOUDSTACK-8935 - Check if the key is available in the dictionary 2015-10-22 14:52:07 +02:00
CsHelper.py Merge pull request #1474 from remibergsma/47_private_gw_initial_config 2016-05-12 11:02:55 -04:00
CsLoadBalancer.py Restore iptables at once using iptables-restore instead of calling iptables numerous times 2016-02-05 12:02:57 +01:00
CsMonitor.py ACL issues 2015-03-16 11:40:10 +01:00
CsNetfilter.py Remove duplicate spaces, and thus duplicate rules. 2016-02-05 12:02:57 +01:00
CsProcess.py CLOUDSTACK-8947 - Adding some logging to better understand whay is happening with the Processes 2015-10-14 07:44:39 +02:00
CsRedundant.py Merge pull request #1472 from remibergsma/47_fix_static_router_master_change 2016-05-12 11:01:55 -04:00
CsRoute.py CLOUDSTACK-8915 - Rearrenging a bit the default route code in order to make it more clear 2015-10-06 16:41:13 +02:00
CsRule.py Fixed Port forwarding (DNAT/SNAT) for isolated networks 2015-03-16 11:40:12 +01:00
CsStaticRoutes.py apply static routes on change to master state 2016-04-07 20:57:58 +02:00
__init__.py ACL issues 2015-03-16 11:40:10 +01:00