On Fri, 2 Aug 2013 16:36:05 +0900
YAMAMOTO Takashi wrote:
> From: Isaku Yamahata
>
> So that it can save memory a bit.
>
> Cc: [email protected]
> Signed-off-by: Isaku Yamahata
> Signed-off-by: YAMAMOTO Takashi
> ---
> ryu/ofproto/ofproto_parser.py | 6 +-
> 1 file changed, 5 inse
On Wed, 07 Aug 2013 13:22:36 +0900 (JST)
FUJITA Tomonori wrote:
> On Fri, 2 Aug 2013 10:21:20 -0400
> Glenn McGuire wrote:
>
>> I've been using the latest RYU source from GIT, and building my own python
>> eggs. When launching ryu-manager, I get the following error:
>>
>> [root@hostname ryu]#
On Fri, 2 Aug 2013 10:21:20 -0400
Glenn McGuire wrote:
> I've been using the latest RYU source from GIT, and building my own python
> eggs. When launching ryu-manager, I get the following error:
>
> [root@hostname ryu]# ryu-manager
> Traceback (most recent call last):
> File "/usr/bin/ryu-man
On Tue, 6 Aug 2013 13:31:20 -0300
Tonhão - Antonio Brasolin wrote:
> The purpose of this code is to use a lot of resources from ryu without
> doing anything specific, to serve as a reference/example for many things.
> We wanted to make a statistic request/reply but are not sure how, can you
> hel
Hi,
I'm sending attached a code we've been working on, trying to make it as
simple as possible, in a way that it can be understood with some
programming knowledge.
The purpose of this code is to use a lot of resources from ryu without
doing anything specific, to serve as a reference/example for m