]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Refactor IpRouteCommand to allow using it without a device
authorCarl Baldwin <carl.baldwin@hp.com>
Tue, 11 Aug 2015 15:21:25 +0000 (15:21 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Fri, 28 Aug 2015 21:30:44 +0000 (21:30 +0000)
commit40f1c8d691f2738246c8c5a427e5600d508f5e95
tree00b046132464ea0632a57f3c5cf5b8328be7fdcb
parent35e10cb92414c98d17734961470a5abfb4c2149d
Refactor IpRouteCommand to allow using it without a device

Routing tables are not tied to devices (though routes are), so it
makes sense to be able to use IpRouteCommand without a device.

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