Re: [ovs-dev] [PATCH ovn 7/7] northd: Enhance implementation of port tunnel key requests.

2020-10-27 Thread Ben Pfaff
On Tue, Oct 27, 2020 at 10:28:00PM +0530, Numan Siddique wrote: > On Mon, Oct 26, 2020 at 11:47 PM Ben Pfaff wrote: > > > > When a tunnel key was requested, the implementation was not smart enough > > to reassign a port that had been automatically assigned the same > > key. This fixes the

Re: [ovs-dev] [PATCH ovn 7/7] northd: Enhance implementation of port tunnel key requests.

2020-10-27 Thread Numan Siddique
On Mon, Oct 26, 2020 at 11:47 PM Ben Pfaff wrote: > > When a tunnel key was requested, the implementation was not smart enough > to reassign a port that had been automatically assigned the same > key. This fixes the problem and adds a test. > > Signed-off-by: Ben Pfaff > --- >

[ovs-dev] [PATCH ovn 7/7] northd: Enhance implementation of port tunnel key requests.

2020-10-26 Thread Ben Pfaff
When a tunnel key was requested, the implementation was not smart enough to reassign a port that had been automatically assigned the same key. This fixes the problem and adds a test. Signed-off-by: Ben Pfaff --- northd/ovn-northd.c | 142