Hi, You can use the Flow Removed Message defined in OpenFlow Spec. Ryu provides EventOFPFlowRemoved to catch this message in your RyuApp. http://ryu.readthedocs.org/en/latest/ofproto_v1_3_ref.html#flow-removed-message
Thanks, Iwase On 2015年11月26日 08:08, Randolph Hill wrote: > Newbie here, > I just experimenting with Ryu. How can I get a notification that a flow has > been deleted and the specifics of the flow? > > Sorry if this is a basic questions. > > > Thank you > > Randy (Abang) > ------------------------------------------------------------------------------ > Go from Idea to Many App Stores Faster with Intel(R) XDK > Give your users amazing mobile app experiences with Intel(R) XDK. > Use one codebase in this all-in-one HTML5 development environment. > Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. > http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140 > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741551&iu=/4140 _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
