Re: [Ryu-devel] Deleting all the flows in controller exit path

2015-01-04 Thread Minoru TAKAHASHI
Hi, Aravind On 2015年01月03日 02:00, Aravindhan Dhanasekaran wrote: > Hello, > > I'd like to delete all the flows in case of a SIGINT signal. > > I added a handler for SIGINT signal and tried to delete the flows inside the > handler. But, it doesn't seem to work. I'm not getting errors when I try t

[Ryu-devel] Deleting all the flows in controller exit path

2015-01-02 Thread Aravindhan Dhanasekaran
Hello, I'd like to delete all the flows in case of a SIGINT signal. I added a handler for SIGINT signal and tried to delete the flows inside the handler. But, it doesn't seem to work. I'm not getting errors when I try to send the flow-mod message, though. I captured all control packets at the con