mbox series

[ovs-dev,0/2] FDB entries for localnet should not overwrite entries for vifs

Message ID 20231102144801.428760-1-xsimonar@redhat.com
Headers show
Series FDB entries for localnet should not overwrite entries for vifs | expand

Message

Xavier Simonart Nov. 2, 2023, 2:47 p.m. UTC
Xavier Simonart (2):
  controller: FDB entries for localnet should not overwrite entries for
    vifs
  controller: avoid extra flows if localnet_learn_fdb is disabled

 controller/binding.c         |  12 ++
 controller/binding.h         |   3 +
 controller/lflow.c           |  51 +++++-
 controller/lflow.h           |   3 +
 controller/lport.c           |  22 ++-
 controller/lport.h           |   4 +
 controller/ovn-controller.c  |  16 ++
 controller/pinctrl.c         |  31 +++-
 include/ovn/logical-fields.h |   5 +
 lib/logical-fields.c         |   4 +
 northd/northd.c              |   3 +
 northd/ovn-northd.8.xml      |  37 ++++-
 ovn-sb.xml                   |   7 +-
 tests/ovn-northd.at          |   2 +-
 tests/ovn.at                 | 300 +++++++++++++++++++++++++++++++++++
 15 files changed, 473 insertions(+), 27 deletions(-)