Re: [Ryu-devel] Error on receiving Role Reply message..

2013-04-17 Thread nitish nagesh
Hello, Thanks for the response. But even after applying the patch i still see the same error. However please note if the switch sends an error response to the Role Request message there is no connection drop or any errors seen. Regards, Nitish On Wed, Apr 17, 2013 at 11:56 PM, Isaku Yama

Re: [Ryu-devel] Error on receiving Role Reply message..

2013-04-17 Thread Yoshihiro Kaneko
HI, Sorry for a digression from the main topic. 2013/4/18 Isaku Yamahata > Hi. It seems parser bug. > Can you please try this patch? > If it fixes the issue, I'll pushes this patch. > > thanks, > > >From 174ca4ed6504dfd1ed554a895761d6cd0f411f4f Mon Sep 17 00:00:00 2001 > From: Isaku Yamahata >

Re: [Ryu-devel] pip-require policy

2013-04-17 Thread FUJITA Tomonori
On Wed, 17 Apr 2013 16:24:49 +0900 (JST) [email protected] (YAMAMOTO Takashi) wrote: >> On Tue, 16 Apr 2013 10:22:32 +0900 (JST) >> [email protected] (YAMAMOTO Takashi) wrote: >> >>> should the following modules be in pip-require? >>> >>> - netaddr used by tunnel_port_updater >> >> I

Re: [Ryu-devel] [PATCH] ryu.lib.packet: docstring

2013-04-17 Thread FUJITA Tomonori
On Wed, 17 Apr 2013 14:40:43 +0900 YAMAMOTO Takashi wrote: > > Signed-off-by: YAMAMOTO Takashi > --- > ryu/lib/packet/ethernet.py| 14 ++ > ryu/lib/packet/icmp.py| 39 +++ > ryu/lib/packet/ipv4.py| 28 +

Re: [Ryu-devel] [PATCH] ofproto_v1_0_parser: add nx_match to NXFlowStatsRequest

2013-04-17 Thread FUJITA Tomonori
On Wed, 17 Apr 2013 12:19:12 +0900 OHMURA Kei wrote: > Signed-off-by: OHMURA Kei > --- > ryu/ofproto/ofproto_v1_0_parser.py | 12 +--- > 1 file changed, 9 insertions(+), 3 deletions(-) Applied. -- Precog is

Re: [Ryu-devel] Error on receiving Role Reply message..

2013-04-17 Thread Isaku Yamahata
Hi. It seems parser bug. Can you please try this patch? If it fixes the issue, I'll pushes this patch. thanks, >From 174ca4ed6504dfd1ed554a895761d6cd0f411f4f Mon Sep 17 00:00:00 2001 From: Isaku Yamahata Date: Wed, 17 Apr 2013 11:17:36 -0700 Subject: [PATCH] ofproto/ofproto_v1_3_parser: parser s

[Ryu-devel] Error on receiving Role Reply message..

2013-04-17 Thread nitish nagesh
Hi All, I have written a simple controller app to generate a role request and handle the role reply message and I am able to see that the app is able to generate the Role Request message to the controller. Also from wireshark i saw the Role Reply message does come back to the controller. But i

Re: [Ryu-devel] pip-require policy

2013-04-17 Thread YAMAMOTO Takashi
> On Tue, 16 Apr 2013 10:22:32 +0900 (JST) > [email protected] (YAMAMOTO Takashi) wrote: > >> should the following modules be in pip-require? >> >> - netaddr used by tunnel_port_updater > > I guess that we should > >> - argparse used by cfg.py for python 2.6. > > Not sure. What other proj