Re: [ovs-dev] [PATCH ovn] ovn-controller: Release lport if the ofport of the VIF is -1.

2020-07-28 Thread Numan Siddique
On Tue, Jul 28, 2020 at 11:51 PM Mark Michelson wrote: > Acked-by: Mark Michelson > > Thanks Mark. I applied this patch to master and branch-20.06. Numan > On 7/28/20 4:37 AM, num...@ovn.org wrote: > > From: Numan Siddique > > > > If ofport of an OVS interface is set -1 for some reason,

Re: [ovs-dev] [PATCH ovn] ovn-controller: Release lport if the ofport of the VIF is -1.

2020-07-28 Thread Mark Michelson
Acked-by: Mark Michelson On 7/28/20 4:37 AM, num...@ovn.org wrote: From: Numan Siddique If ofport of an OVS interface is set -1 for some reason, then ovn-controller is not releasing the logical port which maps to the OVS interface. This patch fixes this issue. Fixes:

[ovs-dev] [PATCH ovn] ovn-controller: Release lport if the ofport of the VIF is -1.

2020-07-28 Thread numans
From: Numan Siddique If ofport of an OVS interface is set -1 for some reason, then ovn-controller is not releasing the logical port which maps to the OVS interface. This patch fixes this issue. Fixes: 354bdba51abf("ovn-controller: I-P for SB port binding and OVS interface in runtime_data.")