Ben Pfaff
475281c01b
ovsdb-idl: Make it possible to write data through the IDL.
...
Until now the IDL has been exclusively a read-only interface. This commit
introduces a general-purpose interface for writing to ovsdb via the IDL.
2009-12-07 17:10:28 -08:00
Ben Pfaff
7ecd4b03dd
ovsdb-idl: Fix memory leak.
2009-12-04 15:08:07 -08:00
Ben Pfaff
115f1e4dc5
ovsdb-idl: Optimize lookup of struct idl_table from struct idl_table_class.
...
Before, the idl_table could only be obtained through a hash lookup of a
string. This way is faster and more straightforward.
2009-12-04 15:08:07 -08:00
Ben Pfaff
e9011ac832
ovsdb-idl: Fix resolution of references from one table to another.
...
Our tests only checked references from a table to itself, so of course
there were bugs in references from one table to another. This fixes the
obvious one and adds a test.
2009-12-03 10:55:00 -08:00
Ben Pfaff
c3bb4bd7f1
ovsdb: Implement C bindings for IDL.
2009-12-02 11:26:15 -08:00