← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1311002] Re: ip-lib : "ip neigh" command should use "replace" instead of "add"

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

** Changed in: neutron
    Milestone: None => juno-1

-- 
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):
  Fix Released

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


References