Re: [Ryu-devel] Flow table

2016-08-02 Thread Hong Panha
Hi Iwase, Thanks for your fast responding. I will check the link you suggested. Regard, Panha > On Aug 1, 2016, at 5:26 PM, Hong Panha wrote: > > Hi, > > I am now doing experiment with Lagopus 0.2.6 and i wonder how to check the > flow table of the switch. Can anyone help me please ? > >

Re: [Ryu-devel] Flow table

2016-08-02 Thread Iwase Yusuke
Hi Panha, What does 'check the flow table' exactly means? To get FlowStats of the specific flow table? If so, the following shows the examples for sending the FlowStatsRequest and getting the FlowStatsReply. http://ryu.readthedocs.io/en/latest/ofproto_v1_3_ref.html#ryu.ofproto.ofproto_v1_3_pa

[Ryu-devel] Flow table

2016-08-01 Thread Hong Panha
Hi, I am now doing experiment with Lagopus 0.2.6 and i wonder how to check the flow table of the switch. Can anyone help me please ? Thanks Panha -- ___ Ryu-devel mailing list

Re: [Ryu-devel] ?????? Flow table

2015-04-30 Thread Minoru TAKAHASHI
Hi, On 2015??05??01?? 11:35, ?? wrote: > > hi, > I do like you say,but error like this: > curl: no URL specified. Do you enter a space before the URL? NG: ":10.0.0.1/24}}'http://127.0.0.1: OK: ":10.0.0.1/24}}' http://127.0.0.1: ^ > > And why "actions":[{"type":"O

Re: [Ryu-devel] Flow table

2015-04-30 Thread Minoru TAKAHASHI
Hi, Please don't drop the mailing list. I think that "sh" is unnecessary. And there is some error in command.Please correct as follows. curl -d '{"dpid":"1", "priority":4,"actions":[{"type":"OUTPUT","value":3}],"match":{"dl_type":2048,"in_port":4,"nw_dst":"10.0.0.4/24","nw_src":"10.0.0.1/24"}}'