Re: [Ryu-devel] ryu.controller.controller.Datapath: handler list and state

2013-03-17 Thread Yoshihiro Kaneko
2013/3/18 FUJITA Tomonori : > On Mon, 11 Mar 2013 19:09:01 +0900 > Yoshihiro Kaneko wrote: > >> I suppose that the list of handler to be called for the OFP message >> should be kept even if the state is changed in a handler. >> Is this correct? >> >> diff --git a/ryu/controller/controller.py b/ryu

Re: [Ryu-devel] ryu.controller.controller.Datapath: handler list and state

2013-03-17 Thread FUJITA Tomonori
On Mon, 11 Mar 2013 19:09:01 +0900 Yoshihiro Kaneko wrote: > I suppose that the list of handler to be called for the OFP message > should be kept even if the state is changed in a handler. > Is this correct? > > diff --git a/ryu/controller/controller.py b/ryu/controller/controller.py > index c75

[Ryu-devel] ryu.controller.controller.Datapath: handler list and state

2013-03-11 Thread Yoshihiro Kaneko
Hi, I suppose that the list of handler to be called for the OFP message should be kept even if the state is changed in a handler. Is this correct? diff --git a/ryu/controller/controller.py b/ryu/controller/controller.py index c753f01..79c6316 100644 --- a/ryu/controller/controller.py +++ b/ryu/co