Re: [Ryu-devel] [PATCH] ofp: send events to others before calling own handlers

2013-03-06 Thread FUJITA Tomonori
On Wed, 06 Mar 2013 23:40:24 +0900 (JST) FUJITA Tomonori wrote: > Some own handlers change the state so needs to send events before > calling own handlers. > > Signed-off-by: FUJITA Tomonori > --- > ryu/controller/controller.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Appli

Re: [Ryu-devel] [PATCH] xflow: add netflow packet collector

2013-03-06 Thread FUJITA Tomonori
On Wed, 6 Mar 2013 13:15:31 +0900 Isaku Yamahata wrote: > On Wed, Mar 06, 2013 at 11:54:00AM +0900, OHMURA Kei wrote: >> This gets a netflow packet and sends it to the other >> applications. Each application can use this to get netflow >> messages as an event. >> >> Signed-off-by: OHMURA Kei >>

[Ryu-devel] [PATCH] ofp: send events to others before calling own handlers

2013-03-06 Thread FUJITA Tomonori
Some own handlers change the state so needs to send events before calling own handlers. Signed-off-by: FUJITA Tomonori --- ryu/controller/controller.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ryu/controller/controller.py b/ryu/controller/controller.py index bf53f7