]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
l2-population/lb/vxlan : ip neigh add command failed
authormathieu-rohon <mathieu.rohon@gmail.com>
Thu, 20 Feb 2014 16:39:00 +0000 (17:39 +0100)
committerThomas Goirand <thomas@goirand.fr>
Thu, 13 Mar 2014 07:20:32 +0000 (15:20 +0800)
commitf0ec117c1ef33fb0f87861c9f66de337aed8ec50
tree28aa65691f546dbad842d2fe300b4245f5e47194
parentd0a406001d94f019c2808a8162bf194ef2517800
l2-population/lb/vxlan : ip neigh add command failed

we were using ip neigh add command which must be replaced by
ip neigh replace, to avoid error when creating a VM with an ip
previously used by a deleted VM

Change-Id: I2405096d5925ae37efd5f8abcc02b99cf0c9f5d3
Closes-Bug: #1282662
neutron/plugins/linuxbridge/agent/linuxbridge_neutron_agent.py
neutron/tests/unit/linuxbridge/test_lb_neutron_agent.py