Re: [Ryu-devel] RYU older version with just OF1.3 capable

2014-11-06 Thread FUJITA Tomonori
On Wed, 05 Nov 2014 09:06:07 +0100 Pablo Pousada Rial wrote: > Hello Ashok > > If I am right, you just need to specify it with "OFP_VERSIONS = > [ofproto_v1_3.OFP_VERSION]" and use the protocol and parser from v1_3. Yes, the following example might help: https://github.com/osrg/ryu/blob/master

Re: [Ryu-devel] RYU older version with just OF1.3 capable

2014-11-05 Thread Pablo Pousada Rial
Hello Ashok If I am right, you just need to specify it with "OFP_VERSIONS = [ofproto_v1_3.OFP_VERSION]" and use the protocol and parser from v1_3. I hope this helps you. Pablo El 04/11/14 a las 19:46, Ashok Jude escribió: Hi All, I wanted to have RYU only speak OF1.3 not OF1.3. Can someon

Re: [Ryu-devel] RYU older version with just OF1.3 capable

2014-11-04 Thread Ashok Jude
Hi All, I wanted to have RYU only speak OF1.3 not OF1.3. Can someone point me to older version of RYU just 1.3 capable? I think it is RYU 3.14. I wanted that package and install the same in my ubuntu vm -Ashok --