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
On Thu, 24 Sep 2015 11:10:04 +0900
Takashi Yamamoto wrote:
> iirc rest_qos is not usable without rest_conf_switch.
Thanks, looks like so. Here's v2.
=
>From 629c926d6d410b6480d47800b5a0a247f64c4d53 Mon Sep 17 00:00:00 2001
From: FUJITA Tomonori
Date: Sun, 27 Sep 2015 09:00:34 +0900
Subject: [P
On Thu, 24 Sep 2015 21:54:26 +0800
Vinllen Chen wrote:
> Hi, All:
>
> I use the following code to traversing packet header:
>
> for p in pkt.protocols:
> print p.protocol_name
>
> The error show:
> AttributeError: 'str' object has no attribute 'protocol_name'
>
> So i debug this p
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/