diff options
| author | Jenkins <jenkins@review.openstack.org> | 2016-05-16 22:51:15 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2016-05-16 22:51:15 +0000 |
| commit | 11be59db8ccca812dd1c7e06b0be5a7198bd267a (patch) | |
| tree | 481e704e91c507fe57721e8ae858aa91fc15e067 /doc/source/command-objects | |
| parent | 22e738c751fad6b582d9bee16a13848d76b95781 (diff) | |
| parent | bc93ebfe5c0fa4d29b79fa3fd93ec603425997ea (diff) | |
| download | python-openstackclient-11be59db8ccca812dd1c7e06b0be5a7198bd267a.tar.gz | |
Merge "Added --no-route to the router set command"
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 |
