mbox series

[ovs-dev,v2,0/2] This patch series fixes two issues with localport.

Message ID 20220525065155.293205-1-amusil@redhat.com
Headers show
Series This patch series fixes two issues with localport. | expand

Message

Ales Musil May 25, 2022, 6:51 a.m. UTC
The first one being that the table 37 flow is not
populated on I-P updates and is being left behind
on removal of localport.

The second one is removal of localport from
controller sets, not being removed prevent
the flows to be created for newly acquired
localport.

---
v2: Rebase on newer main and add test case

Ales Musil (2):
  physical.c: Move localport remote output flow definition
  binding.c: Make sure that localport is removed from local datapath

 controller/binding.c    |  9 +++++++
 controller/physical.c   | 44 ++++++++++++++-------------------
 tests/ovn-controller.at | 54 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 81 insertions(+), 26 deletions(-)