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/12/12 09:37:26 UTC

[2/2] git commit: updated refs/heads/master to 66d7f41

Merge pull request #1188 from kansal/CLOUDSTACK-9086

CLOUDSTACK-9086: ACS allows to create isolated networks with invalide gateway IP address - Fixed and Test cases added

Problem: There was no check for the network and broadcast IP addresses in the case where we provide the gateway and netmask while creating the isolated network. As a result the provided IP gets assigned to the eth0 interface of the VR.

Note: This is in continuation of PR #1125 which I closed.

* pr/1188:
  CLOUDSTACK-9086: ACS allows to create isolated networks with invalide gateway IP address - Fixed and Test cases added

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/66d7f413
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/66d7f413
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/66d7f413

Branch: refs/heads/master
Commit: 66d7f413e8e67c83727ca159495df8f4a8dc1bd0
Parents: 879b6da c7c389d
Author: Remi Bergsma <gi...@remi.nl>
Authored: Sat Dec 12 09:37:05 2015 +0100
Committer: Remi Bergsma <gi...@remi.nl>
Committed: Sat Dec 12 09:37:06 2015 +0100

----------------------------------------------------------------------
 .../src/com/cloud/network/NetworkServiceImpl.java |  7 +++++++
 .../main/java/com/cloud/utils/net/NetUtils.java   |  8 ++++++++
 .../java/com/cloud/utils/net/NetUtilsTest.java    | 18 ++++++++++++++++++
 3 files changed, 33 insertions(+)
----------------------------------------------------------------------