]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use a single method to remove an address with its conntrack state
authorCarl Baldwin <carl.baldwin@hp.com>
Wed, 27 May 2015 20:12:27 +0000 (20:12 +0000)
committerCarl Baldwin <carl.baldwin@hp.com>
Wed, 3 Jun 2015 14:59:12 +0000 (14:59 +0000)
commit92b946e90b6cdd90deba2097196970afaaaf8dab
tree0b03426efff9d2ef3a48a8f21fcb27e89e379c20
parent1fc3dd34af1cfb3f50f0a3f41630e396c91a4774
Use a single method to remove an address with its conntrack state

I just noticed a pattern and I thought I'd throw this up for
discussion.  It has occurred to me that this addition sort of breaks
the ip_lib paradigm of wrapping ip commands without any additional
useful abstraction.  Any better ideas?

Change-Id: Ibd34bf4a721c153aca916e294e58adb4a28379e4
neutron/agent/l3/router_info.py
neutron/agent/linux/interface.py
neutron/agent/linux/ip_lib.py
neutron/tests/unit/agent/l3/test_legacy_router.py
neutron/tests/unit/agent/linux/test_interface.py