Re: [Ryu-devel] LLDP parsing error

2015-09-28 Thread FUJITA Tomonori
On Sun, 27 Sep 2015 13:50:32 +0800 Yi Tseng wrote: > It's works > > thanks for help. Thanks, applied. -- ___ Ryu-devel mailing list [email protected] https://li

Re: [Ryu-devel] LLDP parsing error

2015-09-26 Thread Yi Tseng
It's works thanks for help. 2015-09-27 7:49 GMT+08:00 FUJITA Tomonori : > On Sat, 26 Sep 2015 02:10:21 +0800 > Yi Tseng wrote: > > > It seems that there is no "next" function in list_iterator in python3.4 > > > > > https://github.com/osrg/ryu/commit/b7235b395a270e80bbf9ffadbff3098bd9a7d6de#diff

Re: [Ryu-devel] LLDP parsing error

2015-09-26 Thread FUJITA Tomonori
On Sat, 26 Sep 2015 02:10:21 +0800 Yi Tseng wrote: > It seems that there is no "next" function in list_iterator in python3.4 > > https://github.com/osrg/ryu/commit/b7235b395a270e80bbf9ffadbff3098bd9a7d6de#diff-4150d480f095b6b0542de6c2e9a68431 How about the following? diff --git a/ryu/topology/

[Ryu-devel] LLDP parsing error

2015-09-25 Thread Yi Tseng
Hello It seems that there is no "next" function in list_iterator in python3.4 https://github.com/osrg/ryu/commit/b7235b395a270e80bbf9ffadbff3098bd9a7d6de#diff-4150d480f095b6b0542de6c2e9a68431 please check, thanks! -- Yi Tseng (a.k.a Takeshi) Taiwan National Chiao Tung University Department of