Re: [ovs-dev] [PATCH ovn 1/5] controller: Fix iface-id-ver handling.

2024-05-30 Thread Numan Siddique
On Tue, Apr 23, 2024 at 7:53 AM Xavier Simonart wrote: > > If iface-id-ver was wrong and modified to a correct value, > the port was correctly claimed, but the flows were not installed > by I+P. > > Signed-off-by: Xavier Simonart Acked-by: Numan Siddique Numan > --- > controller/binding.c |

[ovs-dev] [PATCH ovn 1/5] controller: Fix iface-id-ver handling.

2024-04-23 Thread Xavier Simonart
If iface-id-ver was wrong and modified to a correct value, the port was correctly claimed, but the flows were not installed by I+P. Signed-off-by: Xavier Simonart --- controller/binding.c | 14 ++ tests/ovn.at | 2 ++ 2 files changed, 16 insertions(+) diff --git