Merge pull request #1616 from pdube/4.9-vr-iptables-fixes Added missing rules on router config, fixed ordering of multiple rules, removed duplicate rules, added fix for network stats, added a check for b64 decoding (to pad incorrect b64). Also added a catch exception to be logged on the configure main.
https://issues.apache.org/jira/browse/CLOUDSTACK-9430 https://issues.apache.org/jira/browse/CLOUDSTACK-9431 https://issues.apache.org/jira/browse/CLOUDSTACK-9435 https://issues.apache.org/jira/browse/CLOUDSTACK-9440 * pr/1616: Added missing rules on router config, fixed ordering of multiple rules, removed duplicate rules, added fix for network stats, added a check for b64 decoding (to pad incorrect b64). Also added a catch exception to be logged on the configure main. Signed-off-by: Will Stevens <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/818063c8 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/818063c8 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/818063c8 Branch: refs/heads/4.9-bountycastle-daan Commit: 818063c8eefc66e60070089c29001a8b9caedabf Parents: 0a0839e 9ab6762 Author: Will Stevens <[email protected]> Authored: Mon Jul 25 16:37:37 2016 -0400 Committer: Will Stevens <[email protected]> Committed: Mon Jul 25 16:37:38 2016 -0400 ---------------------------------------------------------------------- .../debian/config/opt/cloud/bin/configure.py | 201 ++++++++++--------- .../debian/config/opt/cloud/bin/cs/CsAddress.py | 17 +- .../config/opt/cloud/bin/cs/CsNetfilter.py | 14 +- 3 files changed, 126 insertions(+), 106 deletions(-) ----------------------------------------------------------------------
