diff options
| author | Hideki Saito <saito@fgrep.org> | 2016-05-14 20:48:43 +0900 |
|---|---|---|
| committer | Hideki Saito <saito@fgrep.org> | 2016-05-16 12:02:00 +0900 |
| commit | bc93ebfe5c0fa4d29b79fa3fd93ec603425997ea (patch) | |
| tree | dcca43cba5bf88c6c9cd769c0aca07a96c26cbf3 /doc/source/command-objects | |
| parent | e1c53250bcf430517d254ada998e78b057a56a49 (diff) | |
| download | python-openstackclient-bc93ebfe5c0fa4d29b79fa3fd93ec603425997ea.tar.gz | |
Added --no-route to the router set command
Deprecated --clear-routes
Closes-Bug #1565034
Change-Id: I4a8975edc026aecd2a362fd1929c984cfab8ade6
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/router.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/command-objects/router.rst b/doc/source/command-objects/router.rst index 1bb9341e..9ca7661e 100644 --- a/doc/source/command-objects/router.rst +++ b/doc/source/command-objects/router.rst @@ -186,7 +186,7 @@ Set router properties [--name <name>] [--enable | --disable] [--distributed | --centralized] - [--route destination=<subnet>,gateway=<ip-address> | --clear-routes] + [--route destination=<subnet>,gateway=<ip-address> | --no-route] <router> .. option:: --name <name> @@ -216,7 +216,7 @@ Set router properties gateway: nexthop IP address (repeat option to set multiple routes) -.. option:: --clear-routes +.. option:: --no-route Clear routes associated with the router |
