Re: [Ryu-devel] Problem with RYU and OF 1.5

2015-10-18 Thread Yusuke Iwase
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

Re: [Ryu-devel] Problem with RYU and OF 1.5

2015-10-17 Thread Anees Mohsin Hadi Al-Najjar
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

Re: [Ryu-devel] Problem with RYU and OF 1.5

2015-10-15 Thread Yusuke Iwase
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

[Ryu-devel] Problem with RYU and OF 1.5

2015-10-15 Thread Daniel Herrmann
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