Re: [ovs-dev] OVS 2.6.1 release?

2016-10-31 Thread Richard Theis
testing on FreeBSD and > found an issue that > > > might or not be caused by my patch. And it would be nice to fix it anyway. > > > > Sounds good. Just let me know in a day or two the status. > > > > --Justin > > Hi, Justin. > > Thanks a lot for yo

[ovs-dev] Problem with ovs python idl mutations

2016-09-30 Thread Richard Theis
As reported in [1], the ovs python idl mutations cause empty column data to be returned by getattr after a mutation is done the column. This can be recreated via the following steps: # Good column values column_values = getattr(row, column, []) # New value added via mutation row.addvalue(column,

Re: [ovs-dev] [PATCH] ovs-monitor-ipsec: Fix flake8-check semicolon error

2016-08-31 Thread Richard Theis
Amitabha Biswas <azbis...@gmail.com> wrote on 08/31/2016 01:35:07 AM: > From: Amitabha Biswas <azbis...@gmail.com> > To: dev@openvswitch.org > Cc: russ...@ovn.org, Richard Theis/Rochester/IBM@IBMUS, Amitabha > Biswas/San Jose/IBM@IBMUS > Date: 08/31/2016 01:35 AM >

[ovs-dev] ovsdb-server sb db restart causes ovn-controller to crash

2016-08-25 Thread Richard Theis
DevStack and Vagrant deployment with networking-ovn. I briefly spoke with Ryan Moats about this problem and he plans to investigate further. - Richard Theis ___ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev

Re: [ovs-dev] [networking-ovn] Re: Issue when using ovn with Openstack

2016-07-26 Thread Richard Theis
"dev" wrote on 07/20/2016 12:42:20 AM: > From: Chen Li > To: Ryan Moats/Omaha/IBM@IBMUS > Cc: dev@openvswitch.org, "OpenStack Development Mailing List \(not > for usage questions\)" > Date: 07/20/2016

Re: [ovs-dev] [PATCH] [PATCH v1] ovs python: add set type forfrom_python

2016-07-25 Thread Richard Theis
, it will process per each element in 'value'. And indeed, it just > > needs a iterable sequence here, no matter it's a list or tuple. > > So set type should be considered too, it's also a basic, common iterable > > sequence type from python. > > > > Signed-off-by: Zong Kai LI &