Re: [ovs-dev] [PATCH 2/3] ovsdb: Add OVSDB server per instance UUID.

2017-02-08 Thread Ben Pfaff
On Tue, Feb 07, 2017 at 08:40:21PM -0800, Andy Zhou wrote: > Currently, there is no way for an OVSDB server to ID itself. This patch > adds a UUID field that is populated every time OVSDB server runs. > Later patch will make use this UUID to detect and stop and OVSDB server > from replicating itsel

[ovs-dev] [PATCH 2/3] ovsdb: Add OVSDB server per instance UUID.

2017-02-07 Thread Andy Zhou
Currently, there is no way for an OVSDB server to ID itself. This patch adds a UUID field that is populated every time OVSDB server runs. Later patch will make use this UUID to detect and stop and OVSDB server from replicating itself. Signed-off-by: Andy Zhou --- ovsdb/jsonrpc-server.c | 6 +