Re: [ovs-dev] [PATCH 1/3] ovsdb: Fix one off error in tracking monitor changes

2016-02-22 Thread Andy Zhou
Please ignore this series. An updated version has been posted at: http://openvswitch.org/pipermail/dev/2016-February/066596.html On Mon, Feb 22, 2016 at 1:06 AM, Andy Zhou wrote: > dbmon's changes should be stored with the new transaction number, > rather than the current transaction number. > >

[ovs-dev] [PATCH 1/3] ovsdb: Fix one off error in tracking monitor changes

2016-02-22 Thread Andy Zhou
dbmon's changes should be stored with the new transaction number, rather than the current transaction number. Signed-off-by: Andy Zhou --- ovsdb/monitor.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ovsdb/monitor.c b/ovsdb/monitor.c index 5ae9cdb..ef96ca2 100644 --- a/