Re: [Ryu-devel] Uncaught exception in hello_failed (Python3)

2018-02-28 Thread Iwase Yusuke
Hi Bill, >> A little difference though, how about doing "encode" in parser classes as the >> following? If encoding is done in parser, the differences of Python2 and >> Python3 can be obscured against Ryu users. > > Yes, this change looks good to me. It makes sense to handle the ascii >

Re: [Ryu-devel] Uncaught exception in hello_failed (Python3)

2018-02-27 Thread William Fisher
Hi Iwase, On Mon, Feb 26, 2018 at 10:55 PM, Iwase Yusuke wrote: > > A little difference though, how about doing "encode" in parser classes as > the > following? If encoding is done in parser, the differences of Python2 and > Python3 > can be obscured against Ryu users.

[Ryu-devel] Uncaught exception in hello_failed (Python3)

2018-02-21 Thread William Fisher
Hi, There is an uncaught exception (Python3 only) when Ryu responds to a HELLO message because the OF version is incompatible. The Ryu app specifies that it is interested in OF 1.3 only, and the exception occurs when an OF 1.0 switch connects. Ref: