Comment 20 for bug 1519503

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/276042
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=01c19ef0bc6abc0dbbd76666bdc0c5dda7ba0196
Submitter: Jenkins
Branch: master

commit 01c19ef0bc6abc0dbbd76666bdc0c5dda7ba0196
Author: Tang Chen <email address hidden>
Date: Thu Feb 4 13:19:01 2016 +0800

    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