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
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
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?
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
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
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