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

2012-06-14 Thread Simon Horman
On Fri, Jun 15, 2012 at 01:27:43PM +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 th

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

2012-06-14 Thread FUJITA Tomonori
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 best place for it so let's add it to ofproto_v1.2.py for now. Signed-o

Re: [Ryu-devel] [PATCH] update setup.py for PyPI

2012-06-14 Thread FUJITA Tomonori
On Wed, 13 Jun 2012 00:00:46 +0900 FUJITA Tomonori wrote: > Add classifiers. > > Signed-off-by: FUJITA Tomonori > --- > setup.py |9 + > 1 files changed, 9 insertions(+), 0 deletions(-) Applied. -- Live S

[Ryu-devel] [PATCH 2/2] ofproto/nx_match: various minor clean up

2012-06-14 Thread Isaku Yamahata
- initialize Flow.tun_id - avoid name clash with _set_nxm_headers - eliminated duplicated MFTPSRC - s/len/len_/ to avoid name clash with builtin len() Signed-off-by: Isaku Yamahata --- ryu/ofproto/nx_match.py | 25 +++-- 1 files changed, 7 insertions(+), 18 deletions(-) di