Hi,
2014-05-26 0:27 GMT+09:00 马超 :
> thank you for your reply!
>
> sorry to bother you every time, but I got lot of problems,
>
> Q1:
> when I run ryu-manager --config-file /etc/ryu/ryu.conf
> it shows
> Traceback (most recent call last):
> File "/usr/local/bin/ryu-manager", line 9, in
> lo
HI ,
For creating flow with match: eth_dst , Following is the part of
the string i pass with curl.
curl -d '{"cookie":"0",
"priority":" 32768",
"actions":
[{"port":2, "type":"OUTPUT"}],
"match":{"eth_dst":"00:11:11:11:11:11"}}'
Signed-off-by: FUJITA Tomonori
---
ryu/services/protocols/bgp/operator/ssh.py | 17 -
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/ryu/services/protocols/bgp/operator/ssh.py
b/ryu/services/protocols/bgp/operator/ssh.py
index ac93791..86b233f 100644
--- a/ryu/serv
The switch test tool is now enabled to send packets using random values as
follows:
"tests":[
{
"ingress":{
"packets":{
"data":[
"ethernet(dst=netaddr.EUI(randint(0, 2 ** 48 - 1)),
etherty
Signed-off-by: Yuichi Ito
---
ryu/tests/switch/tester.py |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ryu/tests/switch/tester.py b/ryu/tests/switch/tester.py
index 5765212..eacd3fb 100644
--- a/ryu/tests/switch/tester.py
+++ b/ryu/tests/switch/tester.py
@@ -99,6 +99,7
Signed-off-by: Yuichi Ito
---
ryu/tests/switch/tester.py | 41 ++---
1 file changed, 38 insertions(+), 3 deletions(-)
diff --git a/ryu/tests/switch/tester.py b/ryu/tests/switch/tester.py
index 674f8f1..5765212 100644
--- a/ryu/tests/switch/tester.py
+++ b/ry
Signed-off-by: Yuichi Ito
---
ryu/tests/switch/tester.py |8
1 file changed, 8 insertions(+)
diff --git a/ryu/tests/switch/tester.py b/ryu/tests/switch/tester.py
index 1f8264d..674f8f1 100644
--- a/ryu/tests/switch/tester.py
+++ b/ryu/tests/switch/tester.py
@@ -132,6 +132,7 @@ STATE
Signed-off-by: Yuichi Ito
---
ryu/tests/switch/tester.py | 13 +
1 file changed, 13 insertions(+)
diff --git a/ryu/tests/switch/tester.py b/ryu/tests/switch/tester.py
index ebc3e3d..1f8264d 100644
--- a/ryu/tests/switch/tester.py
+++ b/ryu/tests/switch/tester.py
@@ -131,6 +131,7 @@
This change is for tests that use group_table.
Signed-off-by: Yuichi Ito
---
ryu/tests/switch/run_mininet.py |1 +
ryu/tests/switch/tester.py | 18 +-
2 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/ryu/tests/switch/run_mininet.py b/ryu/tests/switch/run
The switch test tool is now enabled to install and use group entries as follows:
"prerequisite":[
{
"OFPGroupMod":{
"group_id":0,
"type":1,
"buckets":[
{
Hello,
Indeed, the problem is related to the Python version that is installed on
MacOSX 10.9.3. I installed the latest version of Python 2.X and now it
works.
Thanks a lot for your answer !
Antoine
2014-05-24 2:35 GMT+02:00 FUJITA Tomonori :
> On Thu, 22 May 2014 14:43:05 +0200
> Antoine Fres
11 matches
Mail list logo