Re: [Ryu-devel] A bug of ofctl_rest.py

2015-08-24 Thread Yusuke Iwase
t; > Weijie > > > From: Yusuke Iwase [iwase.yusu...@gmail.com] > Sent: Wednesday, August 19, 2015 20:37 > To: Liu, Weijie > Cc: ryu-devel@lists.sourceforge.net > Subject: Re: [Ryu-devel] A bug of ofctl_rest.py > > Hi, > > On 2015年08月20日 01:15, Liu, Weijie wrote:

Re: [Ryu-devel] A bug of ofctl_rest.py

2015-08-24 Thread Liu, Weijie
Thanks. That works! Please apply this patch. Weijie From: Yusuke Iwase [iwase.yusu...@gmail.com] Sent: Wednesday, August 19, 2015 20:37 To: Liu, Weijie Cc: ryu-devel@lists.sourceforge.net Subject: Re: [Ryu-devel] A bug of ofctl_rest.py Hi, On 2015年08月

Re: [Ryu-devel] A bug of ofctl_rest.py

2015-08-19 Thread Yusuke Iwase
Hi, On 2015年08月20日 01:15, Liu, Weijie wrote: > Hi, > > I am using ofctl_rest.py and maybe find a bug. > > I used "match = parser.OFPMatch(metadata=(15,255), tunnel_id=(31,255))" as > the match with OpenFlow 1.3. > > After that, I used "/stats/flow/" of ofctl_rest.py to see the flow > rules.

[Ryu-devel] A bug of ofctl_rest.py

2015-08-19 Thread Liu, Weijie
Hi, I am using ofctl_rest.py and maybe find a bug. I used "match = parser.OFPMatch(metadata=(15,255), tunnel_id=(31,255))" as the match with OpenFlow 1.3. After that, I used "/stats/flow/" of ofctl_rest.py to see the flow rules. But it returned: Traceback (most recent call last): File "/h