On Wed, 12 Feb 2014 10:12:03 +0000
Mounir Azizi <[email protected]> wrote:

> I already use mininet with scapy tool for this kind of scenario.
> 
> what I would like to do is to generate some kind of OAM directly from Ryu.

You mean that you want to generate packets and send them via an
OpenFlow switch? IOW, an OpenFlow controller uses a PacketOut message,
right? If so, Ryu can. You can find the code to send LLDP packets from
Ryu at:

https://github.com/osrg/ryu/blob/master/ryu/topology/switches.py

Also we do such everyday to send various protocol packets to OpenFlow
switches:

http://osrg.github.io/ryu/certification.html

------------------------------------------------------------------------------
Android apps run on BlackBerry 10
Introducing the new BlackBerry 10.2.1 Runtime for Android apps.
Now with support for Jelly Bean, Bluetooth, Mapview and more.
Get your Android app in front of a whole new audience.  Start now.
http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to