You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2019/08/17 09:41:23 UTC

[GitHub] [cloudstack] kioie opened a new pull request #3562: New API endpoint: UpdateVlanIpRange

kioie opened a new pull request #3562: New API endpoint: UpdateVlanIpRange
URL: https://github.com/apache/cloudstack/pull/3562
 
 
   ## Description
   <!--- Describe your changes in detail -->
   Following #3111
   A new endpoint that will allow the shrinking and extending of public IP range
   
   <!-- For new features, provide link to FS, dev ML discussion etc. -->
   <!-- In case of bug fix, the expected and actual behaviours, steps to reproduce. -->
   
   <!-- When "Fixes: #<id>" is specified, the issue/PR will automatically be closed when this PR gets merged -->
   <!-- For addressing multiple issues/PRs, use multiple "Fixes: #<id>" -->
   <!-- Fixes: # -->
   
   ## Types of changes
   <!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
   - [ ] Breaking change (fix or feature that would cause existing functionality to change)
   - [x] New feature (non-breaking change which adds functionality)
   - [ ] Bug fix (non-breaking change which fixes an issue)
   - [ ] Enhancement (improves an existing feature and functionality)
   - [ ] Cleanup (Code refactoring and cleanup, that may add test cases)
   
   ## Screenshots (if appropriate):
   ![Screen Shot 2019-07-23 at 6 55 38 PM](https://user-images.githubusercontent.com/20902920/61817094-68ca0000-ae56-11e9-9dcc-ac9b8ae3f74d.png)
   
   ![Screen Shot 2019-07-23 at 6 56 33 PM](https://user-images.githubusercontent.com/20902920/61817104-6ebfe100-ae56-11e9-9c41-5ab9fb21ebc1.png)
   
   ![Screen Shot 2019-07-23 at 6 57 19 PM](https://user-images.githubusercontent.com/20902920/61817118-754e5880-ae56-11e9-99fe-4febb10d9000.png)
   
   ![Screen Shot 2019-07-23 at 6 57 57 PM](https://user-images.githubusercontent.com/20902920/61817129-7c756680-ae56-11e9-8d9a-ef77de3c5cd8.png)
   
   ## How Has This Been Tested?
   <!-- Please describe in detail how you tested your changes. -->
   <!-- Include details of your testing environment, and the tests you ran to -->
   <!-- see how your change affects other areas of the code, etc. -->
   Run tests for shrinking IP range to not include IPs that have already been used.
   Run tests for invalid IPs(invalid format, invalid length etc)
   Run tests for gateway conflicts
   
   <!-- Please read the [CONTRIBUTING](https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md) document -->
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services