[Ryu-devel] GRE Tunnel App in ryu controller

2013-04-14 Thread Nikhil
Hello, Kindly let me know how to make use of GRE tunnel app in ryu controller? I am not able to understand the code. Best Regards, Nikhil -- Precog is a next-generation analytics platform capable of advanced analytics on

[Ryu-devel] [PATCH] g/c a stale reference to find_protocol

2013-04-14 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- doc/source/library_packet.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/source/library_packet.rst b/doc/source/library_packet.rst index 86bdbd4..260f13b 100644 --- a/doc/source/library_packet.rst +++ b/doc/source/library_packet.

[Ryu-devel] [PATCH] packet lib: docstring

2013-04-14 Thread YAMAMOTO Takashi
also, prefix a private method with _. Signed-off-by: YAMAMOTO Takashi --- ryu/lib/packet/packet.py | 39 +-- ryu/lib/packet/packet_base.py | 31 +++ 2 files changed, 68 insertions(+), 2 deletions(-) diff --git a/ryu/lib/packet

[Ryu-devel] [PATCH] pep8 fixes

2013-04-14 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/ofproto/nx_match.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ryu/ofproto/nx_match.py b/ryu/ofproto/nx_match.py index 6c514e6..d986ac1 100644 --- a/ryu/ofproto/nx_match.py +++ b/ryu/ofproto/nx_match.py @@ -740,7 +740,7 @@ clas

Re: [Ryu-devel] [PATCH ]Add special group identifier values defined on OpenFlow 1.3.1

2013-04-14 Thread FUJITA Tomonori
On Fri, 12 Apr 2013 09:45:05 -0300 Eder Le$(D+*(Bo Fernandes wrote: > This patch add missing group special values of OpenFlow 1.3, added to > the 1.3.1 version. > > It is useful to create a flow_mod message with an out_group with no > group restrictions and for flow_stats messages. > > > >

[Ryu-devel] [PATCH 2/3] sweep the tree to change from gevent to ryu.lib.hub

2013-04-14 Thread YAMAMOTO Takashi
mostly mechanical changes. also, change the requirement from gevent to eventlet. Signed-off-by: YAMAMOTO Takashi --- bin/ryu-manager| 11 - ryu/app/quantum_adapter.py | 4 ryu/app/simple_vlan.py | 4 ++-- ryu/app/tunnel_port_upda

[Ryu-devel] [PATCH 1/3] add a threading hub module

2013-04-14 Thread YAMAMOTO Takashi
this provides gevent-like api using eventlet. Signed-off-by: YAMAMOTO Takashi --- ryu/lib/hub.py | 118 ryu/tests/unit/lib/test_hub.py | 201 + 2 files changed, 319 insertions(+) create mode 100644 ryu/lib/hub.py

[Ryu-devel] [PATCH 3/3] ovs.poller: workaround a bug in eventlet

2013-04-14 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/contrib/ovs/poller.py | 4 1 file changed, 4 insertions(+) diff --git a/ryu/contrib/ovs/poller.py b/ryu/contrib/ovs/poller.py index 7d15f3e..71ac73b 100644 --- a/ryu/contrib/ovs/poller.py +++ b/ryu/contrib/ovs/poller.py @@ -59,6 +59,10 @@ class _Sele

[Ryu-devel] [PATCH 0/3] switch to eventlet

2013-04-14 Thread YAMAMOTO Takashi
some fixes and unit tests from the previous. this one passed the jenkins tests. YAMAMOTO Takashi (3): add a threading hub module sweep the tree to change from gevent to ryu.lib.hub ovs.poller: workaround a bug in eventlet bin/ryu-manager| 11 +- ryu/app/quantum_ada

Re: [Ryu-devel] Getting Ryu REST Firewall Service to work with LINC

2013-04-14 Thread watanabe.fumitaka
Hello Shivaram, > 1. I could not delete an installed rule Please send command as follows. curl -X DELETE -d '{"rule_id":"1"}' http://localhost:8080/firewall/rules/0001 curl -X DELETE -d '{"rule_id":"all"}' http://localhost:8080/firewall/rules/0001 > 2. When I try