On Fri, 1 Mar 2013 14:13:47 +0900
YAMAMOTO Takashi wrote:
> cfg.py automatically replaces '-' in option names to '_' for config files.
> so s/_/-/ in this file was a mistake. revert the commit.
It means that Yamahata's comment is wrong?
> Signed-off-by: YAMAMOTO Takashi
> ---
> etc/ryu/ryu
On Fri, 1 Mar 2013 19:05:09 +0900
YAMAMOTO Takashi wrote:
> according to OF1.3/1.3.1 spec, the request body is empty.
>
> Signed-off-by: YAMAMOTO Takashi
> ---
> ryu/ofproto/ofproto_v1_3_parser.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied.
-
On Fri, 1 Mar 2013 19:05:10 +0900
YAMAMOTO Takashi wrote:
> Signed-off-by: YAMAMOTO Takashi
> ---
> ryu/ofproto/ofproto_v1_3_parser.py | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks.
--
Every
But I still cannot see the 'recv: xxx' as expected, here are the outputs:
-
loading app ryu.controller.ofp_handler
loading app event.py
instantiating app ryu.controller.ofp_handler
instantiating app event.py
-
and nothing more.
2013/3/1 OHMURA Kei
> 2013/3/1 can. :
> > What I want is a
Signed-off-by: YAMAMOTO Takashi
---
ryu/ofproto/ofproto_v1_3_parser.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ryu/ofproto/ofproto_v1_3_parser.py
b/ryu/ofproto/ofproto_v1_3_parser.py
index 1248752..f38bc18 100644
--- a/ryu/ofproto/ofproto_v1_3_parser.py
+++ b/ryu/ofpr
according to OF1.3/1.3.1 spec, the request body is empty.
Signed-off-by: YAMAMOTO Takashi
---
ryu/ofproto/ofproto_v1_3_parser.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ryu/ofproto/ofproto_v1_3_parser.py
b/ryu/ofproto/ofproto_v1_3_parser.py
index f6f4969..1248752 100
cfg.py automatically replaces '-' in option names to '_' for config files.
so s/_/-/ in this file was a mistake. revert the commit.
Signed-off-by: YAMAMOTO Takashi
---
etc/ryu/ryu.conf | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/etc/ryu/ryu.conf b/etc/ryu/ryu.con
On Fri, 1 Mar 2013 14:06:33 +0900
KONDOH Tasuku wrote:
>
> Signed-off-by: KONDOH Tasuku
> ---
> ryu/tests/unit/ofproto/test_parser_v12.py | 14 +++---
> 1 file changed, 7 insertions(+), 7 deletions(-)
Applied, thanks.
---
add ssh support.
rename existing options for telnet.
NOTE: command line edit doesn't work due to a problem in telnetsrv 0.4.
it's fixed in upstream commit 051665d79c10cd08c3600a6aa3854835c8c38fbb.
Signed-off-by: YAMAMOTO Takashi
---
ryu/app/cli.py | 74 ++
Signed-off-by: YAMAMOTO Takashi
---
ryu/ofproto/ofproto_v1_3.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ryu/ofproto/ofproto_v1_3.py b/ryu/ofproto/ofproto_v1_3.py
index 1ff6428..101698e 100644
--- a/ryu/ofproto/ofproto_v1_3.py
+++ b/ryu/ofproto/ofproto_v1_3.py
@@ -638,7
this is after cli patches and per-app log patches.
YAMAMOTO Takashi (1):
cli: ssh support
ryu/app/cli.py | 74 +++---
1 file changed, 66 insertions(+), 8 deletions(-)
--
1.7.12
-
11 matches
Mail list logo