You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by re...@apache.org on 2015/09/27 14:11:29 UTC

[10/21] git commit: updated refs/heads/master to 3ded3e9

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 <gi...@remi.nl>


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 <gi...@remi.nl>
Authored: Thu Sep 24 15:35:33 2015 +0200
Committer: Remi Bergsma <gi...@remi.nl>
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(-)
----------------------------------------------------------------------