This is an automated email from the ASF dual-hosted git repository.
nvazquez pushed a change to branch netris-integration-upstream
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from d555cc862f5 address lint and comilation failures
add 5b15d18a757 Add support to add and remove ACL rules when CIDR list is
passed when creating LB rules (#53)
add e9d22af6424 Fix build (#57)
add 4c0b061a293 Prevent Index Out of Bounds exception when naming IPAM
subnets (#58)
No new revisions were added by this update.
Summary of changes:
.../cloud/network/netris/NetrisNetworkRule.java | 20 +++
...reateOrUpdateNetrisLoadBalancerRuleCommand.java | 18 +++
.../api/DeleteNetrisLoadBalancerRuleCommand.java | 18 +++
.../apache/cloudstack/resource/NetrisResource.java | 4 +-
.../apache/cloudstack/service/NetrisApiClient.java | 4 +-
.../cloudstack/service/NetrisApiClientImpl.java | 136 +++++++++++++++++++--
.../apache/cloudstack/service/NetrisElement.java | 2 +
.../cloudstack/service/NetrisServiceImpl.java | 10 +-
.../cloudstack/resource/NetrisResourceTest.java | 8 +-
9 files changed, 200 insertions(+), 20 deletions(-)