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
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
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