shwstppr opened a new pull request #3368: [WIP DO NOT MERGE] server: fix public IP addresses filtering URL: https://github.com/apache/cloudstack/pull/3368 ## Description Fixes #3295 listPublicIPAddresses API was missing **networkid** parameter. However, it is mentioned in the API docs, http://cloudstack.apache.org/api/apidocs-4.11/apis/listPublicIpAddresses.html _networkid_ parameter is added to listPublicIPAddresses API which would allow filtering public IP addresses based on the source network. This will help to show relevant IP addresses when users try to change assigned IP address for a VM NIC. ## 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) - [ ] New feature (non-breaking change which adds functionality) - [x] 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):  ## How Has This Been Tested? UI and cmk
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
