This patch series addresses the problem discussed in [0]. Below options need to
be configured for the gateway routers:

options:always_learn_from_arp_request = false
options:dynamic_neigh_routers = true

[0] - https://mail.openvswitch.org/pipermail/ovs-discuss/2020-May/049994.html
Han Zhou (7):
  ovn-northd: Support optionally avoid static neighbor flows in routers.
  tests: Fix get_arp/get_nd tests mac-binding table id.
  actions: Rename xxx_lookup_mac to xxx_lookup_mac_bind.
  actions: Implement new actions lookup_arp_ip and lookup_nd_ip.
  ovn-northd.8.xml: Fix reg9 bits documentation.
  ovn-northd.c: Remove the use of the REGBIT_SKIP_LOOKUP_NEIGHBOR bit.
  ovn-northd.c: Support optionally disabling neighbor learning from ARP 
request/NS.

 controller/lflow.c      |   4 +-
 include/ovn/actions.h   |  10 ++++
 lib/actions.c           | 133 ++++++++++++++++++++++++++++++++++++++++++++----
 northd/ovn-northd.8.xml | 123 +++++++++++++++++++++++++++++++++++---------
 northd/ovn-northd.c     | 108 +++++++++++++++++++++++++++++++--------
 ovn-nb.xml              |  40 +++++++++++++++
 ovn-sb.xml              |  55 ++++++++++++++++++++
 tests/ovn.at            |  76 +++++++++++++++++++++++++--
 tests/test-ovn.c        |  11 ++--
 utilities/ovn-trace.c   |  67 ++++++++++++++++++++----
 10 files changed, 554 insertions(+), 73 deletions(-)

-- 
2.1.0

_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to