openstack-python-openstackc.../openstackclient/network
Tang Chen 01c19ef0bc Router: Add --route and --clear-routes options to "router set" command
--route option is used to set routes to the router.

It is used like this:

    --route destination=subnet,gateway=ip-address

destination: destination subnet CIDR
gateway: nexthop IP address

--clear-routes is used to clear all routes on the router.

Change-Id: I97ce4871113c684b29c98cdad4dec9cc80ed20f7
Implements: blueprint neutron-client
Partial-bug: #1519503
2016-02-27 04:53:10 +08:00
..
v2 Router: Add --route and --clear-routes options to "router set" command 2016-02-27 04:53:10 +08:00
__init__.py Network CRUD 2014-06-24 15:00:25 -06:00
client.py Migrate network client to SDK. 2015-12-09 09:30:29 +08:00
common.py Merge "Refactor security group rule delete to use SDK" 2016-02-18 09:03:27 +00:00