Re: [Ryu-devel] RYU core with flow stats request

2014-11-12 Thread Ashok Jude
Hi Yusuke, Thanks so much for the analysis. I will have Juniper dev to fix this from switch side. On RYU side, even on receipt of malformed packets ( with any trigger), the controller shouldn’t core right? When controller cores, switch also reset the tcp connection and subsequent flow flush. Do

Re: [Ryu-devel] Develop https RESTful API by using wsgi

2014-11-12 Thread Yi Tseng
Hi Yusuke, Thanks But they don't talk about how to develop http"s" RESTful api in REST Linkage page. Yi 2014-11-13 8:53 GMT+08:00 Yusuke Iwase : > Hi, > > On 2014年11月05日 16:25, Yi Tseng wrote: > > Hi > > > > Is there any way to develop https RESTful API by using wsgi.py in the > ryu ? > > Ple

Re: [Ryu-devel] RYU core with flow stats request

2014-11-12 Thread Yusuke Iwase
Hi, On 2014年11月13日 10:49, Ashok Jude wrote: > HI Yusuke > > < < < > All are the same. I tried requested multiple flow stats messages to OF > switch ( which is Juniper MX) and every time controller reseted. > If you suspect if switch sending any malformed packets - would you mind > pointing that

Re: [Ryu-devel] Curl command to add multiple buckets with same group.

2014-11-12 Thread Ashok Jude
Thank you!. This works! On 11/12/14, 4:13 PM, "Yusuke Iwase" wrote: >Hi, > >You can describe buckets as comma-separated array. >How about this command like as follows? > >$ curl -X POST -d '{ >"dpid": 1, >"type": "ALL", >"group_id": 1, >"buckets": [ >{ >"actio

Re: [Ryu-devel] RYU core with flow stats request

2014-11-12 Thread Ashok Jude
HI Yusuke < wrote: >Hi, > >I found the same bug report in the Ryu-devel Mail Archive. >Could you check this messages below? > >--- Mail Archive >- > >On Mar 16, 2014, at 5:38 AM, FUJITA Tomonori > >wrote: > >> On Fri, 14 Mar 201

Re: [Ryu-devel] RYU core with flow stats request

2014-11-12 Thread Yusuke Iwase
Hi, I found the same bug report in the Ryu-devel Mail Archive. Could you check this messages below? --- Mail Archive - On Mar 16, 2014, at 5:38 AM, FUJITA Tomonori wrote: > On Fri, 14 Mar 2014 13:44:08 -0700 > [email protected]

Re: [Ryu-devel] Develop https RESTful API by using wsgi

2014-11-12 Thread Yusuke Iwase
Hi, On 2014年11月05日 16:25, Yi Tseng wrote: > Hi > > Is there any way to develop https RESTful API by using wsgi.py in the ryu ? Please refer to "REST Linkage" page in the Ryu-book. I think it might be useful for you. http://osrg.github.io/ryu-book/en/html/rest_api.html > > Because I found ss

Re: [Ryu-devel] HP 2920 1.3OF

2014-11-12 Thread Yusuke Iwase
Hi Vilius, Did you check the Ryu-certification page? I think the test results of this page maybe help you. http://osrg.github.io/ryu-certification/switch/Hewlett-Packard_HP2920 On 2014年11月12日 20:29, nitish nagesh wrote: > Hello Vilius, > >Can you please share more details on whats not wo

Re: [Ryu-devel] Curl command to add multiple buckets with same group.

2014-11-12 Thread Yusuke Iwase
Hi, You can describe buckets as comma-separated array. How about this command like as follows? $ curl -X POST -d '{ "dpid": 1, "type": "ALL", "group_id": 1, "buckets": [ { "actions":[ { "type": "DEC_MPLS_TTL"

[Ryu-devel] About new event defined by myself

2014-11-12 Thread Liu, Weijie
Hi, I just begin learning Ryu. I have a question: >From tutorial, I know how to write a handler function for some Openflow event, >e.g., pakcet-in. Now imagine that I would like to write some logic for some new event. For example, if I press a button in the keyboard, my Ryu app will send out s

Re: [Ryu-devel] HP 2920 1.3OF

2014-11-12 Thread nitish nagesh
Hello Vilius, Can you please share more details on whats not working with HP 2920 when used with Ryu in 1.3? Regards, Nitish On Wed, Nov 12, 2014 at 3:20 PM, Vilius Palubinskas < [email protected]> wrote: > Hi, > > > > I’m looking for root problems why HP 2920 switch not fully funct

[Ryu-devel] HP 2920 1.3OF

2014-11-12 Thread Vilius Palubinskas
Hi, I'm looking for root problems why HP 2920 switch not fully functional using 1.3 OF in Ryu controller. By the way with 1.0 OF works fine. It's possible to make some modifications in controller code or write application to add 1.3 OF capability for this switch? Regards,

Re: [Ryu-devel] help verify get flow stats for MPLS function.

2014-11-12 Thread Jalee Lee
Dear All, I verify again, I found out use restful-api get flow state, the controller had output error message and no output flow state. In attached file(packets number:11), you can saw switch had output message to controller, Can you help check this again. Thanks, Jalee =

Re: [Ryu-devel] OFPVID_PRESENT | OF1.3.1

2014-11-12 Thread Yusuke Iwase
Hi, On 2014年11月12日 11:29, Ashok Jude wrote: > Thanks much Yusuke, > > < > > May I know when the patch would be available so that I can get the update? Maybe I think it will be next month, beause Ryu has been released in early every month. Please wait next release info. > > > > On 11/11/1