Re: [ovs-discuss] The discrepancy in the Monitor request composition.

2018-03-08 Thread Anil Jangam
Ok, that answers my question. Thank you. On Thu, Mar 8, 2018, 11:13 AM Ben Pfaff <b...@ovn.org> wrote: > No. A JSON object can have any number of members. > > On Thu, Mar 08, 2018 at 11:06:21AM -0800, Anil Jangam wrote: > > Thanks Ben for clarification. So it means on

Re: [ovs-discuss] The discrepancy in the Monitor request composition.

2018-03-07 Thread Anil Jangam
vsdb-idl.c to use an array now. Oops. > > Anyway, that's easy enough, so I sent a patch: > https://patchwork.ozlabs.org/patch/882710/ > > On Tue, Mar 06, 2018 at 08:38:34PM -0800, Anil Jangam wrote: > > Hello Ben, > > > > The object maps the name of th

Re: [ovs-discuss] The discrepancy in the Monitor request composition.

2018-03-07 Thread Anil Jangam
rray now. Oops. > > Anyway, that's easy enough, so I sent a patch: > https://patchwork.ozlabs.org/patch/882710/ > > On Tue, Mar 06, 2018 at 08:38:34PM -0800, Anil Jangam wrote: > > Hello Ben, > > > > The object maps the name of the table to be monit

[ovs-discuss] DB operations in a OVSDB request and Batched requests.

2018-01-14 Thread Anil Jangam
Hi, The "transact" method of OVSDB protocol mandates the sequential processing of the transaction. It is specificed in section 4.1.3 as follows. The database server executes each of the specified operations in the specified order, except if an operation fails, then the remaining operations