]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add IP version support to all ip_lib code
authorBrian Haley <brian.haley@hp.com>
Tue, 14 Apr 2015 21:37:55 +0000 (17:37 -0400)
committerBrian Haley <brian.haley@hp.com>
Mon, 4 May 2015 15:00:10 +0000 (11:00 -0400)
commit26ef84f51ec34c20f43b3b75da3d0aa407fc3305
treec91f03bef700d0a212d151dd1702fe600911460a
parent2921d3c686b5f5cd68d51f906766983f975b1cf2
Add IP version support to all ip_lib code

Added an ip_version argument to IpNeighCommand.show() and
IpRouteCommand.pullup_route() to match other code in the file.

Change-Id: Ifdf2abc5a77f551223bad061a1abdc88695fa5f1
neutron/agent/linux/dhcp.py
neutron/agent/linux/ip_lib.py
neutron/tests/functional/agent/test_l3_agent.py
neutron/tests/unit/agent/linux/test_ip_lib.py