Implement initial Python bindings for Open vSwitch database.
authorBen Pfaff <blp@nicira.com>
Wed, 25 Aug 2010 17:26:40 +0000 (10:26 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 25 Aug 2010 21:55:48 +0000 (14:55 -0700)
These initial bindings pass a few hundred of the corresponding tests
for C implementations of various bits of the Open vSwitch library API.
The poorest part of them is actually the Python IDL interface in
ovs.db.idl, which has not received enough attention yet.  It appears
to work, but it doesn't yet support writes (transactions) and it is
difficult to use.  I hope to improve it as it becomes clear what
semantics Python applications actually want from an IDL.


No differences found