On Thu, 10 Apr 2014 09:50:03 +0900 (JST)
[email protected] (YAMAMOTO Takashi) wrote:
>> On Wed, 26 Mar 2014 13:04:15 +0900
>> YAMAMOTO Takashi wrote:
>>
>>> this method undos register_handler.
>>>
>>> Signed-off-by: YAMAMOTO Takashi
>>> ---
>>> ryu/base/app_manager.py | 4
>>> 1 fil
> On Wed, 26 Mar 2014 13:04:15 +0900
> YAMAMOTO Takashi wrote:
>
>> this method undos register_handler.
>>
>> Signed-off-by: YAMAMOTO Takashi
>> ---
>> ryu/base/app_manager.py | 4
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/ryu/base/app_manager.py b/ryu/base/app_manager.py
>>
On Wed, 26 Mar 2014 13:04:12 +0900
YAMAMOTO Takashi wrote:
> Signed-off-by: YAMAMOTO Takashi
> ---
> ryu/controller/handler.py | 4
> 1 file changed, 4 deletions(-)
Applied the series, thank you.
--
Put Bad Devel
On Wed, 26 Mar 2014 13:04:15 +0900
YAMAMOTO Takashi wrote:
> this method undos register_handler.
>
> Signed-off-by: YAMAMOTO Takashi
> ---
> ryu/base/app_manager.py | 4
> 1 file changed, 4 insertions(+)
>
> diff --git a/ryu/base/app_manager.py b/ryu/base/app_manager.py
> index 291c0ad..
The neutron's centralized control point that you are talking about,Is that
a centralized co-ordinator for the controllers?
Does the actual flow table data get stored some where in the centralized
control point?
Can you point me to some documentation or source code for the Neutron's
centralized con
On Apr 9, 2014, at 5:45 AM, FUJITA Tomonori
wrote:
> On Wed, 9 Apr 2014 15:54:55 +0900 (JST)
> [email protected] (YAMAMOTO Takashi) wrote:
>
>> there are a few ways to use ryu+openstack.
>>
>> a. "ryu" plugin
>>it uses openflow 1.0 and depends on ovs features.
>>(nicira extensio
On Apr 8, 2014, at 11:54 PM, YAMAMOTO Takashi wrote:
> there are a few ways to use ryu+openstack.
>
> a. "ryu" plugin
>it uses openflow 1.0 and depends on ovs features.
>(nicira extensions, ovsdb, ...)
>
> b. "ofagent" ml2 mech driver
>while it aims to support pure openflow 1.3 swi
On Wed, 9 Apr 2014 17:49:37 +1200
Karthik Sharma wrote:
> I am thinking of implementing a database backed RYU controller. I have a
> couple of basic questions.
>
> 1) Does RYU currently have some mechanism that allows it to function as a
> distributed scalable and fault tolerant controller? If
On Wed, 9 Apr 2014 15:54:55 +0900 (JST)
[email protected] (YAMAMOTO Takashi) wrote:
> there are a few ways to use ryu+openstack.
>
> a. "ryu" plugin
> it uses openflow 1.0 and depends on ovs features.
> (nicira extensions, ovsdb, ...)
>
> b. "ofagent" ml2 mech driver
> while it