Re: [Ryu-devel] RYU controllers

2016-07-14 Thread Ajay Chopra
Gentle reminder . From: Ajay Chopra Sent: 14 July 2016 11:21 To: 'ryu-devel@lists.sourceforge.net' ; 'Iwase Yusuke' Cc: Syed Tabrez Ahmed Shah ; Jayavel Arumugam (IT Services), Noida Subject: RE: RYU controllers Gentle reminder . From: Ajay Chopra Sent: 13 July 2016 13:41 To: 'ryu-devel@list

Re: [Ryu-devel] Need help with RYU app: ofctl_rest.py

2016-07-14 Thread Shinpei Muraoka
Hi, GROUP of action type can set the group_id to parameter. Please try to set the action as follows: "actions":[ { "type":"GROUP", "group_id": 1 } ] Setting an example of action, please refer to the following. http://ryu.readthedocs.io/en/late

[Ryu-devel] How is BGP handled in Ryu?

2016-07-14 Thread helcio wagner
Hi, people. I've found a code about BGP in Ryu at this URL: https://ryu.readthedocs.io/en/latest/library_bgp_speaker.html I suppose it is not an application that can be used on execution of 'ryu-manager', so I think it should to be executed as an ordinary Python module. Am I right?

[Ryu-devel] Need help with RYU app: ofctl_rest.py

2016-07-14 Thread Scott Reeve
Hi,Not so much of a python question, but a question about the JSON sent to the app.I'm running the standard RYU pre-built app as follows: ryu-manager --verbose --ofp-listen-host 15.234.166.21 ofctl_rest.pyI use the CURL command from another ubuntu host and it all works fine.I can create flows, look

[Ryu-devel] PortStatus event not generated due to FlowMod messages

2016-07-14 Thread Monthadar Al-Jaberi
Hi, I'm running the following simple_switch sample app: https://github.com/osrg/ryu/blob/master/ryu/app/simple_switch.py But I don't get any EventOFPPortStatus when a new flow is added. I see these messages when I for example tear down the switch. After investigating a little, I don't thi

Re: [Ryu-devel] Fix LLDP OrganizationallySpecificTLV

2016-07-14 Thread FUJITA Tomonori
On Wed, 13 Jul 2016 17:54:06 + "Jonas Grunert" wrote: > In lib/packet/lldp.py, the info field in OrganizationallySpecificTLV > was never set. LLDP packets with OrganizationallySpecificTLV contained > no info value and caused malformed LLDP packets. > This patch fixes that problem, packets wit