diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-11-10 18:09:14 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-11-10 18:09:14 +0000 |
| commit | 81c0129365d175eadafdcea9cd52d9d0b76d07b3 (patch) | |
| tree | 9409ba223f43c07a2d43fb25179d7429b7fe1739 /doc/source/command-objects | |
| parent | 496dbfc52eb7af323885ba4a94577f4760a3b896 (diff) | |
| parent | a1e305641430af48b72c941f87c7ffcc182b3f9a (diff) | |
| download | python-openstackclient-81c0129365d175eadafdcea9cd52d9d0b76d07b3.tar.gz | |
Merge "Add option to allow filtering by mac-address on port list"
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/port.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/command-objects/port.rst b/doc/source/command-objects/port.rst index fe256d09..f4dbe263 100644 --- a/doc/source/command-objects/port.rst +++ b/doc/source/command-objects/port.rst @@ -127,6 +127,7 @@ List ports [--device-owner <device-owner>] [--router <router> | --server <server>] [--network <network>] + [--mac-address <mac-address>] [--long] .. option:: --device-owner <device-owner> @@ -146,6 +147,10 @@ List ports List only ports attached to this network (name or ID) +.. option:: --mac-address <mac-address> + + List only ports with this MAC address + .. option:: --long List additional fields in output |
