mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
--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
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| floating_ip.py | ||
| network.py | ||
| port.py | ||
| router.py | ||
| security_group.py | ||
| security_group_rule.py | ||
| subnet.py | ||
| subnet_pool.py | ||