Merge pull request #867 from jayapalu/CLOUDSTACK-8891 CLOUDSTACK-8891: Fixed default iptables rules on VR for guest trafficVR default iptables rules in INPUT chain are configured partially. In CsAddress.py rules are configured while configuring public interface, guest interface post configuration is missed. Fixed to configure guest post configuration so that iptables rules are configured.
Testing: 1. Deployed vm in the network. 2.iptables rules on the VR configured correctly. 3.VM got the dhcp ip address from the VR. * pr/867: CLOUDSTACK-8891: Fixed default iptables rules on VR for guest traffic Signed-off-by: Remi Bergsma <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/a5a5f612 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/a5a5f612 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/a5a5f612 Branch: refs/heads/master Commit: a5a5f612ea4fbdb37b6dc5c708fd042b00902f84 Parents: 7d55554 746a5dc Author: Remi Bergsma <[email protected]> Authored: Thu Sep 24 15:35:33 2015 +0200 Committer: Remi Bergsma <[email protected]> Committed: Thu Sep 24 15:35:33 2015 +0200 ---------------------------------------------------------------------- .../patches/debian/config/opt/cloud/bin/configure.py | 15 +++++++++++++++ .../debian/config/opt/cloud/bin/cs/CsAddress.py | 4 ++-- .../debian/config/opt/cloud/bin/cs/CsNetfilter.py | 6 ++++-- 3 files changed, 21 insertions(+), 4 deletions(-) ----------------------------------------------------------------------
