From 4a9cb8eea8e47950cb30ecaa7572a23d80d5bfcd Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Tue, 9 Jan 2018 21:24:08 +0000 Subject: Support filtering port with IP address substring Change-Id: I9559f1c0a6db943705bd32aefb60d7ea7054dd1b Related-Bug: #1718605 --- doc/source/cli/command-objects/port.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'doc/source/cli/command-objects/port.rst') diff --git a/doc/source/cli/command-objects/port.rst b/doc/source/cli/command-objects/port.rst index 335c2270..bb037fa3 100644 --- a/doc/source/cli/command-objects/port.rst +++ b/doc/source/cli/command-objects/port.rst @@ -179,7 +179,7 @@ List ports [--router | --server | --device-id ] [--network ] [--mac-address ] - [--fixed-ip subnet=,ip-address=] + [--fixed-ip subnet=,ip-address=,ip-substring=] [--long] [--project [--project-domain ]] [--tags [,,...]] [--any-tags [,,...]] @@ -210,10 +210,11 @@ List ports List only ports with this MAC address -.. option:: --fixed-ip subnet=,ip-address= +.. option:: --fixed-ip subnet=,ip-address=,ip-substring= - Desired IP and/or subnet for filtering ports (name or ID): - subnet=,ip-address= + Desired IP address, IP address substring and/or subnet (name or ID) for + filtering ports: + subnet=,ip-address=,ip-substring= (repeat option to set multiple fixed IP addresses) .. option:: --long -- cgit v1.2.1