From 84beac59948629be9ea065386c5b5bc330d2c609 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Mon, 31 Oct 2016 16:47:30 +0800 Subject: Add filtering options --name,--enable,--disable to router list Change-Id: I171b6be4501b02c3df66589c45177200919117db Closes-Bug: #1637945 Partially-Implements: blueprint network-commands-options --- doc/source/command-objects/router.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/source/command-objects') diff --git a/doc/source/command-objects/router.rst b/doc/source/command-objects/router.rst index 0eaae655..56b95ffa 100644 --- a/doc/source/command-objects/router.rst +++ b/doc/source/command-objects/router.rst @@ -134,12 +134,26 @@ List routers .. code:: bash os router list + [--name ] + [--enable | --disable] [--long] .. option:: --long List additional fields in output +.. option:: --name + + List routers according to their name + +.. option:: --enable + + List enabled routers + +.. option:: --disable + + List disabled routers + router remove port ------------------ -- cgit v1.2.1