Hi everyone,

Is there any way in RYU to capture all the events of the switches, without
specifying each and every one of them. Or better yet, to directly get the
message that is coming from the switch?

In controller, Datapath, there is a _recv_loop function which is taking all
the incoming messages from the switches and registering events for them.
What I need is that in my app, I can specify just one function that gets
this message coming from the switch directly, without having to specify the
Dispatcher, or EventOFPXXXX type.

Thanks and kind regards,
Rinor
<http://rinorb.com>
------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to