On Wed, 13 Mar 2013 12:25:06 +0000
Bright Dadson <[email protected]> wrote:

> I have just started to play with ryu, simulating with mininet. It is using
> current develop version of Open vSwitch and hence the result below:
> 
> mininet> dpctl -V
> *** s1
> ------------------------------------------------------------------------
> ovs-dpctl (Open vSwitch) 1.10.90
> Compiled Mar  8 2013 08:58:25
> 
> 
> My question is, when I run test_icmp.py which comes with ryu project as
> shown below:
> #> ryu-manager core/test_icmp.py
> 
> I end up with below error:
> unsupported version 0x1. If possible, set the switch to use one of the
> versions [3]

This message means:

Your switch supports OFP_VERISON 0x1 (OF 1.0). However, your
application supports OFP_VERSION 0x3 (OF 1.2).

# Probably, we should imporve the message.

> Can anyone throw light on how to resolve this error?

I would recommend you to start with applications for OF 1.0, for
example, app/simple_switch.py

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to