]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add list routes
authorCarl Baldwin <carl.baldwin@hp.com>
Fri, 28 Aug 2015 21:28:39 +0000 (21:28 +0000)
committerCarl Baldwin <carl@ecbaldwin.net>
Wed, 9 Sep 2015 20:58:58 +0000 (20:58 +0000)
commitda4ee8c8d26880b6b1a20d18f5cbd38e7d5e4b04
tree656b00e78168101ecd27384a9a21152ecded5564
parentd91f6ee9118b998641dadf2626f1e8bea1801ac7
Add list routes

This adds list routes while refactoring list_onlink_routes to share
implementation.  It changes test_onlink_routes to be consistent in the
type of data that it returns with the new list_routes.

Change-Id: I386a8e2cb146385bb59a7a8387a29dddbec48d8a
Partially-Implements: blueprint address-scopes
neutron/agent/linux/interface.py
neutron/agent/linux/ip_lib.py
neutron/tests/unit/agent/linux/test_interface.py
neutron/tests/unit/agent/linux/test_ip_lib.py