]> 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)
committermathieu-rohon <mathieu.rohon@gmail.com>
Tue, 25 Feb 2014 10:11:23 +0000 (11:11 +0100)
commite3e0401672c8745092d3f0d99686b2ca94c1eb58
treef7b838fdfb3ffad38b6354fd0f2e92440ba100c7
parent043b4dde00216e71e855ff353e41695e4ed940a9
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