[Ryu-devel] [PATCH 1/2] of13: OFPOxmId: update comment

2013-11-18 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/ofproto/ofproto_v1_3_parser.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ryu/ofproto/ofproto_v1_3_parser.py b/ryu/ofproto/ofproto_v1_3_parser.py index 4e5cc9e..26a68e1 100644 --- a/ryu/ofproto/ofproto_v1_3_parser.py +++ b/ryu/ofproto/ofproto_v

[Ryu-devel] [PATCH 2/2] of13: OFPTableFeaturesStatsRequest: update docstring

2013-11-18 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/ofproto/ofproto_v1_3_parser.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/ryu/ofproto/ofproto_v1_3_parser.py b/ryu/ofproto/ofproto_v1_3_parser.py index 26a68e1..88c9580 100644 --- a/ryu/ofproto/ofproto_v1_3_parser.py +++ b/ryu/ofproto/ofproto_v1_

Re: [Ryu-devel] GRE tunnel issue

2013-11-18 Thread YAMAMOTO Takashi
> Hi all, > > This issue has been resolved by re-installing quantum database. > I think there was something wrong on quantum database. > > There is another question, > I found that the flow tables on compute node and network node disappear > when ryu-manager restarts. > It seems ryu-manager store

Re: [Ryu-devel] I have a setup problem with ryu and openstack...

2013-11-18 Thread Yoshihiro Kaneko
Hello, 2013/11/16 張華婷 : > Hi,this is my first time to setup openstack with ryu. > However, I met some problems. Please tell me how to solve them. > I setup openstack first, and I change the plugin and agent to ryu. > First, there is an import error, because there are some like "from ryu.app > impo

Re: [Ryu-devel] GRE tunnel issue

2013-11-18 Thread Yoshihiro Kaneko
Hello, 2013/11/16 [장훈, Paul] : > Hi all, > > This issue has been resolved by re-installing quantum database. > I think there was something wrong on quantum database. > > There is another question, > I found that the flow tables on compute node and network node disappear when > ryu-manager restarts

[Ryu-devel] [PATCH 5/6] ryu.app.tunnel_port_updater: comments

2013-11-18 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/app/tunnel_port_updater.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ryu/app/tunnel_port_updater.py b/ryu/app/tunnel_port_updater.py index 5740d39..c828348 100644 --- a/ryu/app/tunnel_port_updater.py +++ b/ryu/app/tunnel_port_updater.py @@ -14,6

[Ryu-devel] [PATCH 6/6] ryu.app.client: comments

2013-11-18 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/app/client.py | 4 1 file changed, 4 insertions(+) diff --git a/ryu/app/client.py b/ryu/app/client.py index 1cd8e58..7e8b90f 100644 --- a/ryu/app/client.py +++ b/ryu/app/client.py @@ -14,6 +14,10 @@ # See the License for the specific language governi

[Ryu-devel] [PATCH 4/6] ryu.app.gre_tunnel: comments

2013-11-18 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/app/gre_tunnel.py | 4 1 file changed, 4 insertions(+) diff --git a/ryu/app/gre_tunnel.py b/ryu/app/gre_tunnel.py index 38212df..10d1f30 100644 --- a/ryu/app/gre_tunnel.py +++ b/ryu/app/gre_tunnel.py @@ -14,6 +14,10 @@ # See the License for the speci

[Ryu-devel] [PATCH 1/6] ryu.app.rest: comments

2013-11-18 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/app/rest.py | 8 1 file changed, 8 insertions(+) diff --git a/ryu/app/rest.py b/ryu/app/rest.py index 15c59c1..bd2142f 100644 --- a/ryu/app/rest.py +++ b/ryu/app/rest.py @@ -14,6 +14,14 @@ # See the License for the specific language governing per

[Ryu-devel] [PATCH 2/6] ryu.app.rest_conf_switch: comments

2013-11-18 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/app/rest_conf_switch.py | 5 + 1 file changed, 5 insertions(+) diff --git a/ryu/app/rest_conf_switch.py b/ryu/app/rest_conf_switch.py index 57e2347..adc5aab 100644 --- a/ryu/app/rest_conf_switch.py +++ b/ryu/app/rest_conf_switch.py @@ -14,6 +14,11 @@

[Ryu-devel] [PATCH 3/6] ryu.app.rest_quantum: comments

2013-11-18 Thread YAMAMOTO Takashi
Signed-off-by: YAMAMOTO Takashi --- ryu/app/rest_quantum.py | 6 ++ 1 file changed, 6 insertions(+) diff --git a/ryu/app/rest_quantum.py b/ryu/app/rest_quantum.py index 01f1e62..1820d5b 100644 --- a/ryu/app/rest_quantum.py +++ b/ryu/app/rest_quantum.py @@ -14,6 +14,12 @@ # See the License f