[ovs-git] [ovn-org/ovn] 7e3f74: pinctrl: Don't send gARPs for localports

Daniel Alvarez Sanchez noreply at github.com
Fri Mar 26 02:09:04 UTC 2021


  Branch: refs/heads/branch-20.09
  Home:   https://github.com/ovn-org/ovn
  Commit: 7e3f74e6566efadfbb411c7f608f165ae9fcd003
      https://github.com/ovn-org/ovn/commit/7e3f74e6566efadfbb411c7f608f165ae9fcd003
  Author: Daniel Alvarez Sanchez <dalvarez at redhat.com>
  Date:   2021-03-25 (Thu, 25 Mar 2021)

  Changed paths:
    M controller/pinctrl.c
    M tests/ovn.at

  Log Message:
  -----------
  pinctrl: Don't send gARPs for localports

Ports of type 'localport' are present on every hypervisor and
ovn-controller is sending gARPs for them which makes upstream
switches to see its MAC address flapping.

In order to avoid this behavior, the current patch is skipping
localports when sending gARP/RARP packets.

Reported-at: https://bugzilla.redhat.com/show_bug.cgi?id=1939470

Signed-off-by: Daniel Alvarez Sanchez <dalvarez at redhat.com>
Co-authored-by: Dumitru Ceara <dceara at redhat.com>
Signed-off-by: Dumitru Ceara <dceara at redhat.com>
Signed-off-by: Numan Siddique <numans at ovn.org>
(cherry picked from master commit 578238b36073256c524a4c2b6ed7521f73aa0019)




More information about the git mailing list