Switch the ARP probe to unicast to avoid the flooding. This is paired with a small change to logial flows as we were ignoring ND NA that has nd.tll set to 0.
Ales Musil (2): northd: Make sure lookup_nd works with ND if nd.tll is 0. pinctrl: Use unicast for MAC binding ARP probe. Documentation/ref/ovn-logical-flows.7.rst | 14 +++++++++++ controller/mac-cache.c | 3 ++- controller/pinctrl.c | 20 ++++++++++------ controller/pinctrl.h | 3 ++- northd/northd.c | 20 ++++++++++++++++ tests/ovn-northd.at | 23 ++++++++++++++++++ tests/ovn.at | 29 ++++++++++++----------- 7 files changed, 89 insertions(+), 23 deletions(-) -- 2.55.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
