[Ryu-devel] [PATCH] library_packet.rst: fix an example code

2014-03-12 Thread YAMAMOTO Takashi
Reported by Sebastian Gebhard on ryu-devel@. Signed-off-by: YAMAMOTO Takashi --- doc/source/library_packet.rst | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/source/library_packet.rst b/doc/source/library_packet.rst index b4a5d91..a24b937 100644 --- a/doc

Re: [Ryu-devel] [PATCH v3 14/18] [RFC] of14: Add bundle add message support

2014-03-12 Thread YAMAMOTO Takashi
> --- > v2 - v3 > * No change > --- > ryu/ofproto/ofproto_v1_4.py| 5 +++- > ryu/ofproto/ofproto_v1_4_parser.py | 60 > ++ > 2 files changed, 64 insertions(+), 1 deletion(-) > > diff --git a/ryu/ofproto/ofproto_v1_4.py b/ryu/ofproto/ofproto_v1_4.py >

Re: [Ryu-devel] [PATCH v3 15/18] [RFC] Allow messages inside messages

2014-03-12 Thread YAMAMOTO Takashi
> @@ -230,19 +230,24 @@ class StringifyMixin(object): > return cls._get_default_decoder(decode_string) > > @classmethod > -def _decode_value(cls, k, json_value, decode_string=base64.b64decode): > -return cls._get_decoder(k, decode_string)(json_value) > +def _decode_v

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

2014-03-12 Thread Yoshihiro Kaneko
Hello, Sorry for not replying sooner. 2014-02-28 0:32 GMT+09:00 Philipp Aeschlimann : > Hey > > I also tried the grizzly setup with the configuration provided here > https://github.com/osrg/ryu/wiki/OpenStack. The Problem with this > error message is, that if you use the /etc/ryu/ryu.conf from th

[Ryu-devel] [PATCH] pyang plugin to generate of_config.generated_classes

2014-03-12 Thread YAMAMOTO Takashi
the current version of generated_classes was written by hand. this plugin allows it to be auto-generated from the yang module of OF-Config if/when it's available. unfortunately, there seems to be no yang modules usable for this purpose publically available yet, though. the yang module of OF-Config