ravening opened a new pull request #4258:
URL: https://github.com/apache/cloudstack/pull/4258
## Description
<!--- Describe your changes in detail -->
Add extra parameter for listNetworks command to list
all networks using networkofferingid
## Types of changes
<!--- What types of changes does your code introduce? Put an `x` in all the
boxes that apply: -->
- [X] Enhancement (improves an existing feature and functionality)
## Screenshots (if appropriate):
## How Has This Been Tested?
```
(local) mgt01 > list networks
networkofferingid=85051f32-93a4-4277-8895-a9232e4885f5 filter=name
{
"count": 4,
"network": [
{
"name": "tier23"
},
{
"name": "tier13"
},
{
"name": "tier22"
},
{
"name": "tier12"
}
]
}
(local) mgt01 >
```
<!-- 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:
[email protected]