On Tue, Jan 20, 2015 at 03:07:43PM +0100, Kevin Neuenfeldt wrote:
> for my bachelor thesis I am trying to implement an application on the Ryu
> controller platform. For this purpose I downloaded the VM image from their
> website which has mininet, OpenVSwitch and Ryu preinstalled and
> preconfigured.
> 
> OVS is included in version 1.11.0 and OpenFlow 1.3 is disabled by default. I
> searched the internet for many hours on how to enable OpenFlow 1.3. The only
> thing I found was that I can use the `ovs-vsctl` command to do this job.
> This works fine but as soon as I shutdown the mininet I have to enter this
> command again for all switches. The problem is that I have to restart
> mininet very frequently and that the number of switches will rise into
> hundreds in the near future.

I'm surprised that it took you many hours to find the Open vSwitch FAQ!

> So is there any possibility to enable OpenFlow 1.3 globally and permanently?

I guess that mininet uses ovs-vsctl to create the bridges.  I would just
change mininet to enable OpenFlow 1.3 at the same time it creates the
bridges, by executing another ovs-vsctl command.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to