[Ryu-devel] RYU GUI patch: how to install .patch file

2014-07-20 Thread shailvi shah
Hi, I am trying OpenFlow RYU tutorial on Ubuntu and it runs fine. I want to try RYU GUI patch on that. I am following steps mentioned on https://github.com/yamada-h/ryu/wiki/GUI I have installed flask and gevent-websocket and able to run step 1 successfully (PYTHONPATH=. ./bin/ryu-manager --verb

[Ryu-devel] Fwd: [PATCH 2/2] bgp: shut up runtime warning due to configuration file loading

2014-07-20 Thread ISHIDA Wataru
this patch shut up the warning shown below /home/wataru/etc/bgpconf01.py:1: RuntimeWarning: Parent module 'bgpspeaker' not found while handling absolute import import os Signed-off-by: ISHIDA Wataru --- ryu/services/protocols/bgp/application.py |4 ++-- 1 file changed, 2 insertions(+), 2

[Ryu-devel] ryu manager can't work after git pull to update the enviroment

2014-07-20 Thread dida_327
i had use ryu VM image normally for weeks, except the topology view. But today , after i did the upate, "git pull" the basic command can't work, such as PYTHONPATH=. ./bin/ryu-manager ryu/app/simple_switch.py dumps error info: Traceback (most recent call last): File "./bin/ryu-manager", line

[Ryu-devel] [PATCH 0/2] bgp improvement

2014-07-20 Thread ISHIDA Wataru
[PATCH 1/2] bgp: fix bug in net_ctrl listen_tcp fixes the same bug reported by Tsuboi-san though the patch is refined a little bit. [PATCH 2/2] bgp: shut up runtime warning due to configuration file loading is a minor improvement ISHIDA Wataru (2): bgp: fix bug in net_ctrl listen_tcp bgp: sh

[Ryu-devel] Fwd: [PATCH 1/2] bgp: fix bug in net_ctrl listen_tcp

2014-07-20 Thread ISHIDA Wataru
due to fdce89a0, _listen_tcp returns tuple. Signed-off-by: ISHIDA Wataru --- ryu/services/protocols/bgp/net_ctrl.py |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ryu/services/protocols/bgp/net_ctrl.py b/ryu/services/protocols/bgp/net_ctrl.py index 47cf9d7..fec29ee 1