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: assertion row->old == NULL || row->table->modes[column_idx] & OVSDB_IDL_MONITOR failed in ovsdb_idl_txn_write__() Thanking you in anticipation for letting me know any possibility. Regards, On Sun, Mar 1, 2015 at 11:11 PM, david jhon <djhon9...@gmail.com> wrote: > got it fixed, thanks a lot Ben! > > On Sun, Mar 1, 2015 at 9:27 PM, Ben Pfaff <b...@nicira.com> 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-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/vswitch.ovsschema:3: checksum "1496888822 21925" does not >> match >> > (you should probably update the version number and fix the checksum) >> > make[3]: *** [vswitchd/vswitch.ovsschema.stamp] Error 1 >> > make[3]: *** Waiting for unfinished jobs.... >> > CC lib/bfd.lo >> > make[2]: *** [all-recursive] Error 1 >> > make[1]: *** [all] Error 2 >> > make: *** [all] Error 2 >> > >> > How do I update the checksum for modified vswitch.ovsschema file so >> that I >> > may be able to build it successfully. Thanks in advance for your time, >> help >> > or suggestions. Thanks! >> >> Just put the new checksum (indicated in the message) in the place of the >> existing checksum. >> > >
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss