diff options
| author | Manjeet Singh Bhatia <manjeet.s.bhatia@intel.com> | 2016-05-12 18:59:58 +0000 |
|---|---|---|
| committer | Manjeet Singh Bhatia <manjeet.s.bhatia@intel.com> | 2016-05-16 22:37:14 +0000 |
| commit | 668bc028d13b80dfc6ecbef6193678a97e64fdc1 (patch) | |
| tree | f0ea4b5f5404a726b41996f404b031ee7a5a59c6 /doc/source/command-objects/subnet.rst | |
| parent | e1c53250bcf430517d254ada998e78b057a56a49 (diff) | |
| download | python-openstackclient-668bc028d13b80dfc6ecbef6193678a97e64fdc1.tar.gz | |
Add ip version filter to subnet list
This patch will add argument ip-version to command
subnet list
Change-Id: If7458d4979e53aec7e2633c4f1779c3810f9a3f1
Closes-Bug: #1581179
Diffstat (limited to 'doc/source/command-objects/subnet.rst')
| -rw-r--r-- | doc/source/command-objects/subnet.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/source/command-objects/subnet.rst b/doc/source/command-objects/subnet.rst index 8daa251f..ff6354e6 100644 --- a/doc/source/command-objects/subnet.rst +++ b/doc/source/command-objects/subnet.rst @@ -147,6 +147,10 @@ List subnets List additional fields in output +.. option:: --ip-version {4, 6} + + List only subnets of given IP version in output + subnet set ---------- |
