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
> ---
> 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
>
> @@ -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
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
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