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