Re: [ovs-dev] [PATCH] Add a tutorial for advanced Open vSwitch features.

2013-04-22 Thread Yeming Zhao
Just typos. Nice tutorial by the way. diff --git a/tutorial/Tutorial b/tutorial/Tutorial index b8dfc54..c537bad 100644 --- a/tutorial/Tutorial +++ b/tutorial/Tutorial @@ -277,7 +277,7 @@ one way or another, perhaps with common network testing t difficult with our simulated sw

Re: [ovs-dev] Row deletion in ovs python package

2013-04-07 Thread Yeming Zhao
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 th

[ovs-dev] Row deletion in ovs python package

2013-03-28 Thread Yeming Zhao
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: