Is there any app in RYU how active the
> flow-mod to do that?
>
> If that exists, I would appreciate if you attach me in the next mail.
>
> Regards,
> Iol
>
>> Subject: Re: [Ryu-devel] error with app simple_switch_15.py
>> To: [email protected]
>> CC: ryu-d
gards,Iol
> Subject: Re: [Ryu-devel] error with app simple_switch_15.py
> To: [email protected]
> CC: [email protected]
> From: [email protected]
> Date: Tue, 15 Sep 2015 08:31:23 +0900
>
> Hi Iol,
>
> I attached a sample code of simple_switch
Hi Iol,
I attached a sample code of simple_switch_15.py,
but OVS does not fully support OpenFlow1.5, this code does not work enough.
Certainly, Ryu can speak OpenFlow 1.5.
On the other hand, OVS may be working with the OpenFlow 1.4 or earlier
implementation.
Thanks,
Iwase
On 2015年09月15日 03:45,
Hello.
I have created a python file to test with OpenFlow 1.5. My file is like the
simple_switch_14.py but I added the v15 parser and I change the version in the
app.
I create the topology, enable the switch to can support OpenFlow 1.5 and then I
open the application simple_switch_15.py. It come