Re: [ovs-discuss] update checksum for vswitch.ovsschema file after adding a new table

2015-03-03 Thread david jhon
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

Re: [ovs-discuss] update checksum for vswitch.ovsschema file after adding a new table

2015-03-02 Thread Ben Pfaff
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_

Re: [ovs-discuss] update checksum for vswitch.ovsschema file after adding a new table

2015-03-02 Thread david jhon
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

Re: [ovs-discuss] update checksum for vswitch.ovsschema file after adding a new table

2015-03-01 Thread david jhon
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

Re: [ovs-discuss] update checksum for vswitch.ovsschema file after adding a new table

2015-03-01 Thread Ben Pfaff
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 >

[ovs-discuss] update checksum for vswitch.ovsschema file after adding a new table

2015-03-01 Thread david jhon
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