yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #13784
[Bug 1311002] [NEW] ip-lib : "ip neigh" command should use "replace" instead of "add"
Public bug reported:
with l2-population and linuxbridge agent, we used to use "ip neigh" command to add arp responder entries :
this command has been generalized with this patch :
https://review.openstack.org/#/c/88442/3
but using "ip neigh add" leads to a bug when restoring a previous entry :
https://bugs.launchpad.net/neutron/+bug/1282662
we should use "ip neigh replace" instead of "ip neigh add'"
** Affects: neutron
Importance: Undecided
Assignee: Mathieu Rohon (mathieu-rohon)
Status: New
** Changed in: neutron
Assignee: (unassigned) => Mathieu Rohon (mathieu-rohon)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1311002
Title:
ip-lib : "ip neigh" command should use "replace" instead of "add"
Status in OpenStack Neutron (virtual network service):
New
Bug description:
with l2-population and linuxbridge agent, we used to use "ip neigh" command to add arp responder entries :
this command has been generalized with this patch :
https://review.openstack.org/#/c/88442/3
but using "ip neigh add" leads to a bug when restoring a previous entry :
https://bugs.launchpad.net/neutron/+bug/1282662
we should use "ip neigh replace" instead of "ip neigh add'"
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1311002/+subscriptions
Follow ups
References