diff options
| author | Reedip <reedip14@gmail.com> | 2016-11-29 07:18:47 -0500 |
|---|---|---|
| committer | Reedip <reedip14@gmail.com> | 2016-12-19 17:30:19 -0500 |
| commit | 4a5bf8d2a58fde1d6cbbd2bb27c3eb6fabe59c3a (patch) | |
| tree | 267e9d4f4c91f736e3f2950f42e8e687e0c1052d /doc/source/command-objects | |
| parent | e51a2b3b171f3c72a715bee3ad99c0f88efa3010 (diff) | |
| download | python-openstackclient-4a5bf8d2a58fde1d6cbbd2bb27c3eb6fabe59c3a.tar.gz | |
Add support for clearing router gateway
This patch adds the support to clear the gateway information
from a router.
Change-Id: I446c556750f080a6fc21fea8f531fd71838d648a
Implements: blueprint neutron-client-advanced-router
Partially-Implements: blueprint network-commands-options
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/router.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/source/command-objects/router.rst b/doc/source/command-objects/router.rst index 16a8258d..ee894661 100644 --- a/doc/source/command-objects/router.rst +++ b/doc/source/command-objects/router.rst @@ -318,6 +318,7 @@ Unset router properties os router unset [--route destination=<subnet>,gateway=<ip-address>] + [--external-gateway] <router> .. option:: --route destination=<subnet>,gateway=<ip-address> @@ -327,6 +328,10 @@ Unset router properties gateway: nexthop IP address (repeat option to unset multiple routes) +.. option:: --external-gateway + + Remove external gateway information from the router + .. _router_unset-router: .. describe:: <router> |
