Re: [Ryu-devel] [PATCH v3 00/16] Various fixes to ofctl and parsers

2016-03-29 Thread Jason Kölker
On Tue, Mar 29, 2016 at 6:47 PM, FUJITA Tomonori wrote: > On Tue, 29 Mar 2016 02:31:55 + > Jason Kölker wrote: > >> I am working to get more of our internal codebase upstreamable. We more or > > So you guys internally use ofctl stuff, nice! > >> less had an exact copy of lib/ofctl_v1_3 withou

Re: [Ryu-devel] [PATCH v3 00/16] Various fixes to ofctl and parsers

2016-03-29 Thread FUJITA Tomonori
On Tue, 29 Mar 2016 02:31:55 + Jason Kölker wrote: > I am working to get more of our internal codebase upstreamable. We more or So you guys internally use ofctl stuff, nice! > less had an exact copy of lib/ofctl_v1_3 without the REST api string > conversion. This series cleans up Flake8 err

[Ryu-devel] [PATCH v3 00/16] Various fixes to ofctl and parsers

2016-03-28 Thread Jason Kölker
I am working to get more of our internal codebase upstreamable. We more or less had an exact copy of lib/ofctl_v1_3 without the REST api string conversion. This series cleans up Flake8 errors as they were found, introduces the 'to_user' paramater to lib/ofctl_v1_3 to control string conversion, and