Re: [Ryu-devel] [PATCH] ryu/lib/ofctl_v1_3: port name decoding fix

2016-10-08 Thread FUJITA Tomonori
On Wed, 05 Oct 2016 15:56:43 +0200 Michał Rzepka wrote: > The patch resolves issue experienced when decoding certain values of > name field in OFPMP_PORT_DESCRIPTION body. Non-decodable bytes are > replaced with utf-8 replacement character. > > This issue was observed while retrieving OFPMP_PO

Re: [Ryu-devel] [PATCH v2] BGPSpeaker: Enhance APIs for operator.show

2016-10-08 Thread FUJITA Tomonori
On Tue, 4 Oct 2016 15:53:20 +0900 IWASE Yusuke wrote: > This patch enhances the APIs of BGPSpeaker class which call > 'operator.show' APIs. > > Note: This patch renames the argument 'routetype' of neighbor_get() > into 'route_type' for the consistency of APIs. > > Signed-off-by: IWASE Yusuke

Re: [Ryu-devel] Host Discovery?

2016-10-08 Thread Iwase Yusuke
Hi, The patch you pointed seems to be merged to the upstream. https://github.com/osrg/ryu/commit/af63e5f51954fe1f080c1804940affce9a5d13cb But I couldn't have found out why... Does anyone know why? Thanks, Iwase On 2016年10月08日 00:19, Rakesh Kumar wrote: > So, I am using RYU 4.0 with following

[Ryu-devel] Neighbor_get method is not working

2016-10-08 Thread Paulo Sérgio
Hi, I'm trying to call the method BGPSpeaker.neighbor_get() and this is returning me this following error: time.struct_time(tm_year=2016, tm_mon=10, tm_mday=8, tm_hour=7, tm_min=48, tm_sec=10, tm_wday=5, tm_yday=282, tm_isdst=0) is not JSON serializable. Is this a bug? If I'm using the cli form