Re: [Ryu-devel] [PATCH 4/9] base/app_manager: create/destroy RyuApp instances dynamically

2013-11-22 Thread FUJITA Tomonori
On Fri, 22 Nov 2013 16:45:59 +0900 YAMAMOTO Takashi wrote: > From: Isaku Yamahata > > allow RyuManager to create/destroy RyuApp instances dynamically > and register/unregister event observer dynamically. > > Cc: yuta-hamada > Signed-off-by: Isaku Yamahata > Signed-off-by: YAMAMOTO Takashi >

Re: [Ryu-devel] [PATCH 0/9] vrrp service

2013-11-22 Thread FUJITA Tomonori
On Fri, 22 Nov 2013 16:45:55 +0900 YAMAMOTO Takashi wrote: > this set implements a vrrp speaker. > > this is after other patches i posted today. > > Isaku Yamahata (6): > base/app_manager: context might be RyuApp > base/app_manager: RyuApp initialization race at startup > base/app_manager

Re: [Ryu-devel] Running ryu on a different port and Ryu python prompt

2013-11-22 Thread FUJITA Tomonori
Hi, On Fri, 22 Nov 2013 11:46:23 +0100 Windhya Rankothge wrote: > Even though I have been working with SDN for sometime now, I am very new to > Ryu.. Since Ryu supports openflow 1.3, I would like to do some experiments > with Ryu.. > > I followed the setup guide and used the command > > "% PYT

Re: [Ryu-devel] [PATCH 6/9] vrrp service

2013-11-22 Thread FUJITA Tomonori
On Fri, 22 Nov 2013 16:46:01 +0900 YAMAMOTO Takashi wrote: > From: Isaku Yamahata > > services.protocols.vrrp > utils: util functions for vrrp service > event: VRRP related events and classes > monitor: interface monitor > router: VRRP router > manager: a class that manages

Re: [Ryu-devel] [PATCH 1/9] base/app_manager: context might be RyuApp

2013-11-22 Thread FUJITA Tomonori
On Fri, 22 Nov 2013 16:45:56 +0900 YAMAMOTO Takashi wrote: > From: Isaku Yamahata > > The class used for context might be RyuApp. So methods of RyuApp needs > to be called. > > Reported-by: YAMADA Hideki > Signed-off-by: Isaku Yamahata > Signed-off-by: YAMAMOTO Takashi > --- > ryu/base/app

Re: [Ryu-devel] [PATCH 1/2] topology: split out exported API from the implementation

2013-11-22 Thread FUJITA Tomonori
On Fri, 22 Nov 2013 13:50:19 +0900 YAMAMOTO Takashi wrote: > From: Isaku Yamahata > > Signed-off-by: Isaku Yamahata > Signed-off-by: YAMAMOTO Takashi > --- > ryu/topology/api.py | 34 ++ > ryu/topology/switches.py | 18 -- > 2 files change

Re: [Ryu-devel] [PATCH 1/3] Packet: fix iterator

2013-11-22 Thread FUJITA Tomonori
On Fri, 22 Nov 2013 13:41:31 +0900 YAMAMOTO Takashi wrote: > replace Packet.__iter__ which doesn't work in cases like nested iterations. > > Signed-off-by: YAMAMOTO Takashi > --- > ryu/lib/packet/packet.py | 13 + > 1 file changed, 1 insertion(+), 12 deletions(-) Applied all, than

[Ryu-devel] Running ryu on a different port and Ryu python prompt

2013-11-22 Thread Windhya Rankothge
Hi all, Even though I have been working with SDN for sometime now, I am very new to Ryu.. Since Ryu supports openflow 1.3, I would like to do some experiments with Ryu.. I followed the setup guide and used the command "% PYTHONPATH=. ./bin/ryu-manager" to invoke a Ryu module.. As I understood,