summaryrefslogtreecommitdiff
path: root/doc/source/command-objects
diff options
context:
space:
mode:
authorreedip <reedip.banerjee@nectechnologies.in>2016-04-14 18:11:52 +0900
committerReedip <reedip.banerjee@nectechnologies.in>2016-06-27 10:41:13 +0000
commited64788cf1a247ca03174770d43d8c7816cc0ad1 (patch)
treee813b11f9e747770d129d20fa553ac4c14540ed3 /doc/source/command-objects
parent7cda2b2a066cd45c7aeb9a6d92c1a83e49d48128 (diff)
downloadpython-openstackclient-ed64788cf1a247ca03174770d43d8c7816cc0ad1.tar.gz
Add command to unset information from Routers
This patch introduces the ``router unset`` command to clear the routing information from the routers. Implements: blueprint network-property-unset Change-Id: Iac8d32ca42fb28878805b4b58ab411b67fa6555b
Diffstat (limited to 'doc/source/command-objects')
-rw-r--r--doc/source/command-objects/router.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/source/command-objects/router.rst b/doc/source/command-objects/router.rst
index 9ca7661e..9d25dc6f 100644
--- a/doc/source/command-objects/router.rst
+++ b/doc/source/command-objects/router.rst
@@ -240,3 +240,27 @@ Display router details
.. describe:: <router>
Router to display (name or ID)
+
+router unset
+------------
+
+Unset router properties
+
+.. program:: router unset
+.. code:: bash
+
+ os router unset
+ [--route destination=<subnet>,gateway=<ip-address>]
+ <router>
+
+.. option:: --route destination=<subnet>,gateway=<ip-address>
+
+ Routes to be removed from the router
+ destination: destination subnet (in CIDR notation)
+ gateway: nexthop IP address
+ (repeat option to unset multiple routes)
+
+.. _router_unset-router:
+.. describe:: <router>
+
+ Router to modify (name or ID)