On Wed, 19 Nov 2014 09:25:22 +0900 Yusuke Iwase <[email protected]> wrote:
> The parameter buf is an instance of bytearray, but Ryu tries to convert it as > string, > and outputs the error messages as a result. > This patch fixes this problem. > > Signed-off-by: IWASE Yusuke <[email protected]> > --- > ryu/ofproto/ofproto_parser.py | 2 +- > ryu/utils.py | 17 ++++++++++++++--- > 2 files changed, 15 insertions(+), 4 deletions(-) Applied both, thanks! ------------------------------------------------------------------------------ Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server from Actuate! Instantly Supercharge Your Business Reports and Dashboards with Interactivity, Sharing, Native Excel Exports, App Integration & more Get technology previously reserved for billion-dollar corporations, FREE http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
