Re: [Ryu-devel] [Ryu] Output from ryu.app.ofctl_rest

2015-05-17 Thread Minoru TAKAHASHI
7, 2015 21:04 > To: Liu, Weijie > Cc: ryu-devel@lists.sourceforge.net > Subject: Re: [Ryu-devel] [Ryu] Output from ryu.app.ofctl_rest > > Hi, > > Thanks for the report. > > On 2015年05月15日 05:57, Liu, Weijie wrote: >> I suggest that we add the field "wildc

Re: [Ryu-devel] [Ryu] Output from ryu.app.ofctl_rest

2015-05-17 Thread Minoru TAKAHASHI
{ "actions": [ "OUTPUT:1" ], "byte_count": 238, "cookie": 0, "duration_nsec": 59300, "duration_sec": 12, "hard_timeout": 0, "idle_timeout": 0,

Re: [Ryu-devel] [Ryu] Output from ryu.app.ofctl_rest

2015-05-14 Thread Liu, Weijie
_ From: Liu, Weijie Sent: Wednesday, May 13, 2015 23:31 To: takahashi.mino...@gmail.com Subject: RE: [Ryu-devel] [Ryu] Output from ryu.app.ofctl_rest Because from what I saw, the outputs of "exactly matching dl_vlan as value zero" and "dl_vlan wildcard matching" are th

Re: [Ryu-devel] [Ryu] Output from ryu.app.ofctl_rest

2015-05-13 Thread Minoru TAKAHASHI
Hi, On 2015年05月14日 01:44, Liu, Weijie wrote: > Hi, > > I have a question when I read the output of 'GET /stats/flow/1' of > ryu.app.ofctl_rest. You know, I want to use this command to see the flow > rules in a switch's flow table. > > My question: In "match", there is a field like "dl_vlan: 0"

[Ryu-devel] [Ryu] Output from ryu.app.ofctl_rest

2015-05-13 Thread Liu, Weijie
Hi, I have a question when I read the output of 'GET /stats/flow/1' of ryu.app.ofctl_rest. You know, I want to use this command to see the flow rules in a switch's flow table. My question: In "match", there is a field like "dl_vlan: 0". It can be considered as a wildcard matching; but it can a