Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_v1_2.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ryu/lib/ofctl_v1_2.py b/ryu/lib/ofctl_v1_2.py
index cd64378..cb21bb6 100644
--- a/ryu/lib/ofctl_v1_2.py
+++ b/ryu/lib/ofctl_v1_2.py
@@ -104,8 +104,9 @@ def to_actions(dp
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_v1_3.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ryu/lib/ofctl_v1_3.py b/ryu/lib/ofctl_v1_3.py
index d94a9dc..5249d34 100644
--- a/ryu/lib/ofctl_v1_3.py
+++ b/ryu/lib/ofctl_v1_3.py
@@ -120,8 +120,9 @@ def to_actions(dp
Signed-off-by: Jason Kölker
---
ryu/ofproto/ofproto_v1_3_parser.py | 23 +++
1 file changed, 7 insertions(+), 16 deletions(-)
diff --git a/ryu/ofproto/ofproto_v1_3_parser.py
b/ryu/ofproto/ofproto_v1_3_parser.py
index cd58cfd..4d37cb2 100644
--- a/ryu/ofproto/ofproto_v1_3_par
Signed-off-by: Jason Kölker
---
ryu/ofproto/nx_actions.py | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/ryu/ofproto/nx_actions.py b/ryu/ofproto/nx_actions.py
index 9d32df6..791f64c 100644
--- a/ryu/ofproto/nx_actions.py
+++ b/ryu/ofproto/nx_actions.py
@@ -28,8 +28,6 @@
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_utils.py | 153 -
ryu/lib/ofctl_v1_3.py | 166 -
ryu/lib/ofctl_v1_4.py | 161 +++
3 files changed, 198 insertions
Paramaterizes type converions in function to allow calling code to
specify if responses should be converted to user friendly display
(strings) or type perserved.
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_v1_3.py | 296 --
1 file changed, 212 in
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_utils.py | 34 ++
ryu/lib/ofctl_v1_2.py | 17 ++---
ryu/lib/ofctl_v1_3.py | 16 ++--
ryu/lib/ofctl_v1_4.py | 17 ++---
4 files changed, 32 insertions(+), 52 deletions(-)
diff --gi
Signed-off-by: Jason Kölker
---
ryu/tests/unit/lib/test_ofctl.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ryu/tests/unit/lib/test_ofctl.py b/ryu/tests/unit/lib/test_ofctl.py
index 03155a8..3102e1f 100644
--- a/ryu/tests/unit/lib/test_ofctl.py
+++ b/ryu/tests/unit/lib
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_v1_4.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/ryu/lib/ofctl_v1_4.py b/ryu/lib/ofctl_v1_4.py
index 3e4405f..e58a6ac 100644
--- a/ryu/lib/ofctl_v1_4.py
+++ b/ryu/lib/ofctl_v1_4.py
@@ -19,7 +19,6 @@ import netaddr
impo
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_utils.py | 23 +++
ryu/lib/ofctl_v1_0.py | 35 +++---
ryu/lib/ofctl_v1_2.py | 43 +++---
ryu/lib/ofctl_v1_3.py | 51 +++-
Useful for debugging calling code that waits for or uses reponses.
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_utils.py | 15 +++
ryu/lib/ofctl_v1_0.py | 8
ryu/lib/ofctl_v1_2.py | 10 +-
ryu/lib/ofctl_v1_3.py | 12 ++--
ryu/lib/ofctl_v1_4.py | 12
Signed-off-by: Jason Kölker
---
ryu/ofproto/ofproto_v1_0_parser.py | 17 ++---
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/ryu/ofproto/ofproto_v1_0_parser.py
b/ryu/ofproto/ofproto_v1_0_parser.py
index 4952338..d330612 100644
--- a/ryu/ofproto/ofproto_v1_0_parser.py
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_nicira_ext.py| 156 +
ryu/lib/ofctl_v1_3.py | 9 ++
.../of13/4-12-ofp_flow_stats_reply.packet.json | 2 +-
3 files changed, 166 insertions(+), 1 deletion(-)
create mode
Signed-off-by: Jason Kölker
---
ryu/ofproto/ofproto_v1_4_parser.py | 13 -
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/ryu/ofproto/ofproto_v1_4_parser.py
b/ryu/ofproto/ofproto_v1_4_parser.py
index 97426d7..9478fba 100644
--- a/ryu/ofproto/ofproto_v1_4_parser.py
+++
I am working to get more of our internal codebase upstreamable. We more or
less had an exact copy of lib/ofctl_v1_3 without the REST api string
conversion. This series cleans up Flake8 errors as they were found,
introduces the 'to_user' paramater to lib/ofctl_v1_3 to control string
conversion, and
Signed-off-by: Jason Kölker
---
ryu/ofproto/ofproto_v1_2_parser.py | 10 --
1 file changed, 10 deletions(-)
diff --git a/ryu/ofproto/ofproto_v1_2_parser.py
b/ryu/ofproto/ofproto_v1_2_parser.py
index 2da5195..6c418b4 100644
--- a/ryu/ofproto/ofproto_v1_2_parser.py
+++ b/ryu/ofproto/ofpro
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_v1_0.py | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ryu/lib/ofctl_v1_0.py b/ryu/lib/ofctl_v1_0.py
index 5fe5778..4b8b9b0 100644
--- a/ryu/lib/ofctl_v1_0.py
+++ b/ryu/lib/ofctl_v1_0.py
@@ -258,8 +258,8 @@ def match_to_st
On Tue, Mar 29, 2016 at 1:09 AM, Iwase Yusuke wrote:
> Hi,
>
>
> On 2016年03月29日 05:44, Jason Kölker wrote:
>>
>> Paramaterizes type converions in function to allow calling code to
>> specify if responses should be converted to user friendly display
>> (strings) or type perserved.
>>
>> Signed-off-
You can find useful info at:
http://www.muzixing.com/pages/2015/11/20/ji-yu-ryuda-zao-zi-ding-yi-kong-zhi-qi.html
please locate the info at the context of ??.
--
Distance
_
School of Information and Communication Eng
Hi,
Do you read the Ryubook?
If you do not read the Ryubook, please refer to the following.
https://osrg.github.io/ryu-book/en/html/
If you want to create an application with the Ryu, please refer to the
following.
http://ryu-zhdoc.readthedocs.org/en/latest/
Thanks,
On 2016年03月29日 06:38, Ra
Hi,
On 2016年03月29日 05:44, Jason Kölker wrote:
> Paramaterizes type converions in function to allow calling code to
> specify if responses should be converted to user friendly display
> (strings) or type perserved.
>
> Signed-off-by: Jason Kölker
> ---
> ryu/lib/ofctl_v1_3.py | 296
> ++
On Tue, Mar 29, 2016 at 12:18 AM, Iwase Yusuke wrote:
> Hi,
>
> Thank you for great improvements!
>
>
> On 2016年03月29日 05:44, Jason Kölker wrote:
>>
>> Signed-off-by: Jason Kölker
>> ---
>> ryu/lib/ofctl_common.py | 44 +
>> ryu/lib/ofctl_v1_0.py | 36
Hi,
Thank you for great improvements!
On 2016年03月29日 05:44, Jason Kölker wrote:
> Signed-off-by: Jason Kölker
> ---
> ryu/lib/ofctl_common.py | 44 +
> ryu/lib/ofctl_v1_0.py | 36 --
> ryu/lib/ofctl_v1_2.py | 44 +++
Hi,
The requirements are updated in last week.
https://github.com/osrg/ryu/blob/master/tools/pip-requires
Please re-install the required packages and try again.
$ sudo pip install -r tools/pip-requires
$ sudo python setup.py install
Thanks,
Iwase
On 2016年03月28日 18:53, 北邮-李呈 wrote:
> Hi
Hello,
I am a newbie to the Ryu Controller source code. I wish to create a new
Openflow message and send it to my OVS. Could someone provide me with some
guidance on how to proceed ?
I have already instructed my OVS on how to handle the same, trying to figure
out the controller part.
Thanks.
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_common.py | 44 +
ryu/lib/ofctl_v1_0.py | 36 --
ryu/lib/ofctl_v1_2.py | 44 -
ryu/lib/ofctl_v1_3.py | 52 +++
I am working to get more of out internal codebase upstreamable. We more or
less had an exact copy of lib/ofctl_v1_3 without the REST api string
conversion. This series cleans up Flake8 errors as they were found,
introduces the 'to_user' paramater to lib/ofctl_v1_3 to control string
conversion, and
Signed-off-by: Jason Kölker
---
ryu/ofproto/ofproto_v1_4_parser.py | 13 -
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/ryu/ofproto/ofproto_v1_4_parser.py
b/ryu/ofproto/ofproto_v1_4_parser.py
index 97426d7..9478fba 100644
--- a/ryu/ofproto/ofproto_v1_4_parser.py
+++
My apologies on this series. I forgot to do `--compose` to add a cover
page, and it looks like gmail errored sending some. I'm sending a
fixed V2 with a proper cover page (and hopefully all the patches).
Happy Hacking!
7011
On Mon, Mar 28, 2016 at 8:29 PM, Jason Kölker wrote:
> Signed-off-by: J
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_v1_4.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/ryu/lib/ofctl_v1_4.py b/ryu/lib/ofctl_v1_4.py
index 3e4405f..e58a6ac 100644
--- a/ryu/lib/ofctl_v1_4.py
+++ b/ryu/lib/ofctl_v1_4.py
@@ -19,7 +19,6 @@ import netaddr
impo
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_nicira_ext.py| 156 +
ryu/lib/ofctl_v1_3.py | 9 ++
.../of13/4-12-ofp_flow_stats_reply.packet.json | 2 +-
3 files changed, 166 insertions(+), 1 deletion(-)
create mode
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_common.py | 149 +++
ryu/lib/ofctl_v1_3.py | 166
ryu/lib/ofctl_v1_4.py | 161 +++---
3 files changed, 196 insertions(
Signed-off-by: Jason Kölker
---
ryu/ofproto/ofproto_v1_3_parser.py | 23 +++
1 file changed, 7 insertions(+), 16 deletions(-)
diff --git a/ryu/ofproto/ofproto_v1_3_parser.py
b/ryu/ofproto/ofproto_v1_3_parser.py
index cd58cfd..4d37cb2 100644
--- a/ryu/ofproto/ofproto_v1_3_par
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_v1_3.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ryu/lib/ofctl_v1_3.py b/ryu/lib/ofctl_v1_3.py
index d94a9dc..5249d34 100644
--- a/ryu/lib/ofctl_v1_3.py
+++ b/ryu/lib/ofctl_v1_3.py
@@ -120,8 +120,9 @@ def to_actions(dp
Paramaterizes type converions in function to allow calling code to
specify if responses should be converted to user friendly display
(strings) or type perserved.
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_v1_3.py | 296 --
1 file changed, 212 in
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_common.py | 17 +
ryu/lib/ofctl_utils.py | 17 +
ryu/lib/ofctl_v1_2.py | 17 ++---
ryu/lib/ofctl_v1_3.py | 16 ++--
ryu/lib/ofctl_v1_4.py | 17 ++---
5 files changed, 32 insert
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_v1_2.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ryu/lib/ofctl_v1_2.py b/ryu/lib/ofctl_v1_2.py
index cd64378..cb21bb6 100644
--- a/ryu/lib/ofctl_v1_2.py
+++ b/ryu/lib/ofctl_v1_2.py
@@ -104,8 +104,9 @@ def to_actions(dp
Useful for debugging calling code that waits for or uses reponses.
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_utils.py | 15 +++
ryu/lib/ofctl_v1_0.py | 8
ryu/lib/ofctl_v1_2.py | 10 +-
ryu/lib/ofctl_v1_3.py | 12 ++--
ryu/lib/ofctl_v1_4.py | 12
Signed-off-by: Jason Kölker
---
ryu/tests/unit/lib/test_ofctl.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/ryu/tests/unit/lib/test_ofctl.py b/ryu/tests/unit/lib/test_ofctl.py
index 03155a8..3102e1f 100644
--- a/ryu/tests/unit/lib/test_ofctl.py
+++ b/ryu/tests/unit/lib
Signed-off-by: Jason Kölker
---
ryu/ofproto/ofproto_v1_0_parser.py | 17 ++---
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/ryu/ofproto/ofproto_v1_0_parser.py
b/ryu/ofproto/ofproto_v1_0_parser.py
index 4952338..d330612 100644
--- a/ryu/ofproto/ofproto_v1_0_parser.py
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_v1_0.py | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ryu/lib/ofctl_v1_0.py b/ryu/lib/ofctl_v1_0.py
index 5fe5778..4b8b9b0 100644
--- a/ryu/lib/ofctl_v1_0.py
+++ b/ryu/lib/ofctl_v1_0.py
@@ -258,8 +258,8 @@ def match_to_st
Signed-off-by: Jason Kölker
---
ryu/ofproto/ofproto_v1_2_parser.py | 10 --
1 file changed, 10 deletions(-)
diff --git a/ryu/ofproto/ofproto_v1_2_parser.py
b/ryu/ofproto/ofproto_v1_2_parser.py
index 2da5195..6c418b4 100644
--- a/ryu/ofproto/ofproto_v1_2_parser.py
+++ b/ryu/ofproto/ofpro
Signed-off-by: Jason Kölker
---
ryu/ofproto/nx_actions.py | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/ryu/ofproto/nx_actions.py b/ryu/ofproto/nx_actions.py
index 9d32df6..791f64c 100644
--- a/ryu/ofproto/nx_actions.py
+++ b/ryu/ofproto/nx_actions.py
@@ -28,8 +28,6 @@
Signed-off-by: Jason Kölker
---
ryu/ofproto/ofproto_v1_2_parser.py | 10 --
1 file changed, 10 deletions(-)
diff --git a/ryu/ofproto/ofproto_v1_2_parser.py
b/ryu/ofproto/ofproto_v1_2_parser.py
index 2da5195..6c418b4 100644
--- a/ryu/ofproto/ofproto_v1_2_parser.py
+++ b/ryu/ofproto/ofpro
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_v1_3.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ryu/lib/ofctl_v1_3.py b/ryu/lib/ofctl_v1_3.py
index d94a9dc..5249d34 100644
--- a/ryu/lib/ofctl_v1_3.py
+++ b/ryu/lib/ofctl_v1_3.py
@@ -120,8 +120,9 @@ def to_actions(dp
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_v1_4.py | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/ryu/lib/ofctl_v1_4.py b/ryu/lib/ofctl_v1_4.py
index 3e4405f..e58a6ac 100644
--- a/ryu/lib/ofctl_v1_4.py
+++ b/ryu/lib/ofctl_v1_4.py
@@ -19,7 +19,6 @@ import netaddr
impo
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_v1_0.py | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ryu/lib/ofctl_v1_0.py b/ryu/lib/ofctl_v1_0.py
index 5fe5778..4b8b9b0 100644
--- a/ryu/lib/ofctl_v1_0.py
+++ b/ryu/lib/ofctl_v1_0.py
@@ -258,8 +258,8 @@ def match_to_st
Signed-off-by: Jason Kölker
---
ryu/ofproto/ofproto_v1_0_parser.py | 17 ++---
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/ryu/ofproto/ofproto_v1_0_parser.py
b/ryu/ofproto/ofproto_v1_0_parser.py
index 4952338..d330612 100644
--- a/ryu/ofproto/ofproto_v1_0_parser.py
Signed-off-by: Jason Kölker
---
ryu/ofproto/nx_actions.py | 6 ++
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/ryu/ofproto/nx_actions.py b/ryu/ofproto/nx_actions.py
index 9d32df6..791f64c 100644
--- a/ryu/ofproto/nx_actions.py
+++ b/ryu/ofproto/nx_actions.py
@@ -28,8 +28,6 @@
Signed-off-by: Jason Kölker
---
ryu/ofproto/ofproto_v1_3_parser.py | 23 +++
1 file changed, 7 insertions(+), 16 deletions(-)
diff --git a/ryu/ofproto/ofproto_v1_3_parser.py
b/ryu/ofproto/ofproto_v1_3_parser.py
index cd58cfd..4d37cb2 100644
--- a/ryu/ofproto/ofproto_v1_3_par
Signed-off-by: Jason Kölker
---
ryu/lib/ofctl_v1_2.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ryu/lib/ofctl_v1_2.py b/ryu/lib/ofctl_v1_2.py
index cd64378..cb21bb6 100644
--- a/ryu/lib/ofctl_v1_2.py
+++ b/ryu/lib/ofctl_v1_2.py
@@ -104,8 +104,9 @@ def to_actions(dp
Hi all,
I just pull the latest ryu git repository down to install ryu. However, a
new error occured, the detail info shows below. How to handle it? Thank you.
Cheng Li
Traceback (most recent call last):
File "/usr/local/bin/ryu-manager", line 5, in
from pkg_resources import load_en
52 matches
Mail list logo