Re: [Ryu-devel] [PATCH] of1.2: fix some typos

2012-06-15 Thread FUJITA Tomonori
On Sat, 16 Jun 2012 10:10:03 +0900 FUJITA Tomonori wrote: > Signed-off-by: FUJITA Tomonori > --- > ryu/ofproto/ofproto_v1_2_parser.py | 12 ++-- > 1 files changed, 6 insertions(+), 6 deletions(-) Applied. --

Re: [Ryu-devel] [PATCH] of1.2: add MAX_XID constant

2012-06-15 Thread FUJITA Tomonori
On Fri, 15 Jun 2012 13:27:43 +0900 FUJITA Tomonori wrote: > MAX_XID is the value that Ryu chooses. It not in the spec. So I tried > to move it out of ofproto_v1.2.py in the commit > 500c744f9610e8a5ff05b6bb8a997b27e5c7f5ee. However, I forgot to add it > to somewhere. I'm not sure where is the bes

[Ryu-devel] [PATCH] of1.2: fix some typos

2012-06-15 Thread FUJITA Tomonori
Signed-off-by: FUJITA Tomonori --- ryu/ofproto/ofproto_v1_2_parser.py | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ryu/ofproto/ofproto_v1_2_parser.py b/ryu/ofproto/ofproto_v1_2_parser.py index 9b2f6b3..2d7bbe2 100644 --- a/ryu/ofproto/ofproto_v1_2_parser.py

[Ryu-devel] [PATCH] update the official site url

2012-06-15 Thread FUJITA Tomonori
We changed the official site. The following patch was applied. - >From 7f26bf57b169b3b2d5e659f4bded039a0ece317c Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Sat, 16 Jun 2012 09:09:55 +0900 Subject: [PATCH] update the official site url Signed-off-by: FUJITA Tomonori --- README.rst |

Re: [Ryu-devel] [PATCH 0/2] nx_match clean up

2012-06-15 Thread FUJITA Tomonori
On Wed, 13 Jun 2012 11:44:13 +0900 Isaku Yamahata wrote: > This patch cleans up nx_match in minor way > > Isaku Yamahata (2): > ofproto/nx_match: simplify set_dl_{src, dst}_mask() > ofproto/nx_match: various minor clean up > > ryu/lib/mac.py | 12 ++-- > ryu/ofproto/nx_m