Re: [ovs-dev] [PATCH 1/3] python: idl: Resend requested but not acked conditions when reconnecting.

2022-01-18 Thread Terry Wilson
On Tue, Jan 11, 2022 at 10:37 AM Dumitru Ceara wrote: > > When reconnecting forget about in-flight monitor condition changes > if the user requested a newer condition already. > > This matches the C implementation, in ovsdb_cs_db_sync_condition(). > > Fixes: 46d44cf3be0d ("python: idl: Add

[ovs-dev] [PATCH 1/3] python: idl: Resend requested but not acked conditions when reconnecting.

2022-01-11 Thread Dumitru Ceara
When reconnecting forget about in-flight monitor condition changes if the user requested a newer condition already. This matches the C implementation, in ovsdb_cs_db_sync_condition(). Fixes: 46d44cf3be0d ("python: idl: Add monitor_cond_since support.") Signed-off-by: Dumitru Ceara --- Note: I