how can I fix this problem?
>
> Thanks
>
> Anees
>
>
>
>
> -Original Message-
> From: Yusuke Iwase [mailto:iwase.yusu...@gmail.com]
> Sent: Friday, 16 October 2015 10:47 AM
> To: daniel.herrma...@gmail.com
> Cc: ryu-devel@lists.sourceforge.net
> S
10:47 AM
To: daniel.herrma...@gmail.com
Cc: ryu-devel@lists.sourceforge.net
Subject: Re: [Ryu-devel] Problem with RYU and OF 1.5
Hi,
On 2015年10月15日 21:52, Daniel Herrmann wrote:
> Hi,
>
> I updated RYU today to the latest version and tried to migrate my App to
> OpenFlow 1.5. Basicall
Hi,
On 2015年10月15日 21:52, Daniel Herrmann wrote:
> Hi,
>
> I updated RYU today to the latest version and tried to migrate my App to
> OpenFlow 1.5. Basically I changed the import to:
>
> from ryu.ofproto import ofproto_v1_5
>
> and then changed the OFP_VERSIONS attribute in my class to:
>
> O
Hi,
I updated RYU today to the latest version and tried to migrate my App to
OpenFlow 1.5. Basically I changed the import to:
from ryu.ofproto import ofproto_v1_5
and then changed the OFP_VERSIONS attribute in my class to:
OFP_VERSIONS = [ofproto_v1_5.OFP_VERSION]
If I start the App now, the f