Re: [ovs-dev] [PATCH v3 7/9] ovsdb: relay: Reflect connection status in _Server database.

2021-07-15 Thread Mark Gray
On 14/07/2021 14:50, Ilya Maximets wrote: > It might be important for clients to know that relay lost connection > with the relay remote, so they could re-connect to other relay. > > Signed-off-by: Ilya Maximets > --- > ovsdb/_server.xml| 17 + > ovsdb/ovsdb-server.c | 3 ++-

Re: [ovs-dev] [PATCH v3 7/9] ovsdb: relay: Reflect connection status in _Server database.

2021-07-15 Thread Dumitru Ceara
On 7/14/21 3:50 PM, Ilya Maximets wrote: > It might be important for clients to know that relay lost connection > with the relay remote, so they could re-connect to other relay. > > Signed-off-by: Ilya Maximets > --- Acked-by: Dumitru Ceara Thanks!

[ovs-dev] [PATCH v3 7/9] ovsdb: relay: Reflect connection status in _Server database.

2021-07-14 Thread Ilya Maximets
It might be important for clients to know that relay lost connection with the relay remote, so they could re-connect to other relay. Signed-off-by: Ilya Maximets --- ovsdb/_server.xml| 17 + ovsdb/ovsdb-server.c | 3 ++- ovsdb/relay.c| 34