Thanks.
I applied this to master, as follows:
On Mon, Apr 08, 2013 at 11:07:28AM +0800, Yeming Zhao wrote:
> Sorry for the delayed response.
>
> Yes your fix is correct and I tested that in my experiment.
--8<--cut here-->8--
From: Ben Pfaff
Dat
Sorry for the delayed response.
Yes your fix is correct and I tested that in my experiment.
On Sat, Mar 30, 2013 at 1:15 AM, Ben Pfaff wrote:
> On Fri, Mar 29, 2013 at 12:08:32PM +0800, Yeming Zhao wrote:
> > I spent last couple days writing a tool interacting with OVSDB, using the
> > ovs pyt
On Fri, Mar 29, 2013 at 12:08:32PM +0800, Yeming Zhao wrote:
> I spent last couple days writing a tool interacting with OVSDB, using the
> ovs python package in OVS distribution. It generally works.
The Python bindings are generally not as mature as the C bindings.
They have some rough edges.
> B
I spent last couple days writing a tool interacting with OVSDB, using the
ovs python package in OVS distribution. It generally works.
But the Row.delete() doesn't work as expected. After looking at how
Transaction.commit() works, I think Row.delete() should add the following
line to the end: