Re: [Ryu-devel] EventOFPFlowRemoved and OFPSetAsync

2014-11-25 Thread Yusuke Iwase
Hi Pablo, On 2014年11月21日 18:01, Pablo Pousada Rial wrote: > Greetings. > > I am trying to handle the idle timeout of flows from OpenVSwitch with my ryu > controller, but since it didn't catch any EventOFPFlowRemoved, I used the > snoop tool, where i realized that the switch wasn't sending the n

[Ryu-devel] EventOFPFlowRemoved and OFPSetAsync

2014-11-21 Thread Pablo Pousada Rial
Greetings. I am trying to handle the idle timeout of flows from OpenVSwitch with my ryu controller, but since it didn't catch any EventOFPFlowRemoved, I used the snoop tool, where i realized that the switch wasn't sending the notification to the controller, or at least it wasn't being shown th