oh yep, got it, thanks a lot Ben!
On Mon, Mar 2, 2015 at 11:29 PM, Ben Pfaff wrote:
> On Mon, Mar 02, 2015 at 04:08:52PM +0500, david jhon wrote:
> > I am really sorry for this absurd question but I am not getting exactly
> why
> > my code for setting a column in database fails on this assertion
On Mon, Mar 02, 2015 at 04:08:52PM +0500, david jhon wrote:
> I am really sorry for this absurd question but I am not getting exactly why
> my code for setting a column in database fails on this assertion in
> ovsdb-idl.c:
> ovs_assert(row->old == NULL ||
> row->table->modes[column_
I am really sorry for this absurd question but I am not getting exactly why
my code for setting a column in database fails on this assertion in
ovsdb-idl.c:
ovs_assert(row->old == NULL ||
row->table->modes[column_idx] & OVSDB_IDL_MONITOR);
ovs-vsctl: ../lib/ovsdb-idl.c:1905: assert
got it fixed, thanks a lot Ben!
On Sun, Mar 1, 2015 at 9:27 PM, Ben Pfaff wrote:
> On Sun, Mar 01, 2015 at 05:59:24PM +0500, david jhon wrote:
> > Hello,
> >
> > I have added a new test table in vswitch.schema file, building source
> with
> > new schema file successfully generates lib/vswitch-id
On Sun, Mar 01, 2015 at 05:59:24PM +0500, david jhon wrote:
> Hello,
>
> I have added a new test table in vswitch.schema file, building source with
> new schema file successfully generates lib/vswitch-idl.h/c files which
> contains the source for newly added table in vswitch.ovsschema, but after
>
Hello,
I have added a new test table in vswitch.schema file, building source with
new schema file successfully generates lib/vswitch-idl.h/c files which
contains the source for newly added table in vswitch.ovsschema, but after
building a few files it quits with the following error:
../vswitchd/vs