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

2013-04-18 Thread nitish nagesh
Hello, Sorry for the confusion.. As you pointed out i had patched the wrong file. The ryu was installed in /usr/local/ and patching the corresponding parser file rectified the issue.. Thanks a lot again. Regards, Nitish On Thu, Apr 18, 2013 at 9:22 PM, Isaku Yamahata wrote: > On Thu, Ap

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

2013-04-18 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/lib/packet/arp.py| 28 ryu/lib/packet/icmp.py | 2 +- ryu/lib/packet/icmpv6.py | 87 ryu/lib/packet/ipv4.py | 6 +++- ryu/lib/packet/ipv6.py | 21 ryu/lib/packet/mpl

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

2013-04-18 Thread Yoshihiro Kaneko
2013/4/19 Isaku Yamahata > On Fri, Apr 19, 2013 at 12:56:53AM +0900, Isaku Yamahata wrote: > > On Thu, Apr 18, 2013 at 12:45:47PM +0900, Yoshihiro Kaneko wrote: > > > @@ -2842,3 +2852,4 @@ class OFPSetAsync(MsgBase): > > > msg.flow_removed_mask) = struct.unpack_from( > > >

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

2013-04-18 Thread Isaku Yamahata
On Fri, Apr 19, 2013 at 12:56:53AM +0900, Isaku Yamahata wrote: > On Thu, Apr 18, 2013 at 12:45:47PM +0900, Yoshihiro Kaneko wrote: > > @@ -2842,3 +2852,4 @@ class OFPSetAsync(MsgBase): > > msg.flow_removed_mask) = struct.unpack_from( > > ofproto_v1_3.OFP_ASYNC_C

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

2013-04-18 Thread Isaku Yamahata
On Thu, Apr 18, 2013 at 12:45:47PM +0900, Yoshihiro Kaneko wrote: > @@ -2842,3 +2852,4 @@ class OFPSetAsync(MsgBase): > msg.flow_removed_mask) = struct.unpack_from( > ofproto_v1_3.OFP_ASYNC_CONFIG_PACK_STR, msg.buf, > ofproto_v1_3.OFP_HEADER_SIZ

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

2013-04-18 Thread Isaku Yamahata
On Thu, Apr 18, 2013 at 10:59:16AM +0530, nitish nagesh wrote: > Hello, > >Thanks for the response. > >But even after applying the patch i still see the same error. Thank you for testing. You seem to install Ryu package (/usr/local...), can you please make it sure that you're using the p

[Ryu-devel] [PATCH] of1.0: add nx_aggregate_stats support

2013-04-18 Thread OHMURA Kei
Signed-off-by: OHMURA Kei --- ryu/ofproto/ofproto_v1_0.py| 10 + ryu/ofproto/ofproto_v1_0_parser.py | 41 2 files changed, 51 insertions(+) diff --git a/ryu/ofproto/ofproto_v1_0.py b/ryu/ofproto/ofproto_v1_0.py index ca6e384..1b4c414 10064