On Fri, 17 Mar 2017 14:29:43 +0900 Satoshi Fujimoto <[email protected]> wrote:
> With Python3 and OpenFlow v1.0/v1.2/v1.3, Ryu can't dump > the description statistics reply message into JSON, > because the message has byte type values. > This patch fixes it by using to_jsondict(). > > Signed-off-by: Satoshi Fujimoto <[email protected]> > --- > ryu/lib/ofctl_v1_0.py | 6 +----- > ryu/lib/ofctl_v1_2.py | 6 +----- > ryu/lib/ofctl_v1_3.py | 6 +----- > 3 files changed, 3 insertions(+), 15 deletions(-) Applied, thanks. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
