Re: [ovs-dev] [PATCH ovn v3] northd: Fix incorrect warning logs when handling port binding changes.

2023-08-17 Thread Numan Siddique
On Thu, Aug 17, 2023 at 9:42 PM Han Zhou wrote: > > On Thu, Aug 17, 2023 at 12:05 AM wrote: > > > > From: Numan Siddique > > > > When changes to port bindings corresponding to router ports are > > handled by northd engine node, incorrect warning logs (like below) > > are logged. > > > > >

Re: [ovs-dev] [PATCH ovn v3] northd: Fix incorrect warning logs when handling port binding changes.

2023-08-17 Thread Han Zhou
On Thu, Aug 17, 2023 at 12:05 AM wrote: > > From: Numan Siddique > > When changes to port bindings corresponding to router ports are > handled by northd engine node, incorrect warning logs (like below) > are logged. > > > northd|WARN|A port-binding for lrp0 is created but the LSP is not

[ovs-dev] [PATCH ovn v3] northd: Fix incorrect warning logs when handling port binding changes.

2023-08-17 Thread numans
From: Numan Siddique When changes to port bindings corresponding to router ports are handled by northd engine node, incorrect warning logs (like below) are logged. northd|WARN|A port-binding for lrp0 is created but the LSP is not found. Fix these warnings. Fixes: 3b120ccf7f7c