Re: [Ryu-devel] Simple Question

2015-11-26 Thread Randolph Hill
Thank you Yusuke, > On 26 Nov 2015, at 1:54 PM, Yusuke Iwase wrote: > > 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-messa

Re: [Ryu-devel] Simple Question

2015-11-26 Thread Randolph Hill
Minoru, Thank you for the pointer. > On 26 Nov 2015, at 2:06 PM, Minoru TAKAHASHI > wrote: > > Hi, > > On 2015年11月26日 14:54, Yusuke Iwase wrote: >> Hi, >> >> You can use the Flow Removed Message defined in OpenFlow Spec. > > I attached a sample code for the purpose. > Please use it as refere

Re: [Ryu-devel] Simple Question

2015-11-25 Thread Minoru TAKAHASHI
Hi, On 2015年11月26日 14:54, Yusuke Iwase wrote: > Hi, > > You can use the Flow Removed Message defined in OpenFlow Spec. I attached a sample code for the purpose. Please use it as reference. Example of execution command is as follows. # ryu-manager ./sample.py thanks, > Ryu provides EventOFPFlo

Re: [Ryu-devel] Simple Question

2015-11-25 Thread Yusuke Iwase
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 j

[Ryu-devel] Simple Question

2015-11-25 Thread Randolph Hill
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 A