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
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.
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
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
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.
>
>
>
>
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
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
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
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
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
10 matches
Mail list logo