Hi

Controller will send events to all observers which registered the event.

You can find here:
https://github.com/osrg/ryu/blob/master/ryu/controller/controller.py#L181

Also, I write two application and both register packet in event, you can
see result here:





--
Yi

2015-05-21 15:44 GMT+08:00 Vinllen Chen <[email protected]>:

> Hi, Dear all;
>
>     When i read the source code of SimpleSwitch, i found that the function
> which call the @set_ev_cls(ofp_event.EventOFPPacketIn, MAIN_DISPATCHER)
> will receive PacketIn message. My question is what's the resule if i use
> more than one function to call the @set_ev_cls(ofp_event.EventOFPPacketIn,
> MAIN_DISPATCHER) . Does all of them will receive the copy of PacketIn
> message ?
>
> Best regards,
> Vinllen
>
>
> ------------------------------------------------------------------------------
> One dashboard for servers and applications across Physical-Virtual-Cloud
> Widest out-of-the-box monitoring support with 50+ applications
> Performance metrics, stats and reports that give you Actionable Insights
> Deep dive visibility with transaction tracing using APM Insight.
> http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>
>


-- 
Yi Tseng (a.k.a Takeshi)
Taiwan National Chiao Tung University
Department of Computer Science
W2CNLab
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to