Hi,

Is there any something wrong since v4.0?
I did run the simple existing application but it failed.
I checked out different version and I found that v4.2, v4.1, and v4.0 
failed to run.
But v3.9 is working.
Are there any changed instructions to run it?


This is an error with v4.2, v4.1 and v4.0

$ git checkout v4.2
Previous HEAD position was 4c72789... Ryu 3.9
HEAD is now at 2d05aed... Ryu 4.2
$ PYTHONPATH=. ./bin/ryu-manager --verbose ./ryu/app/simple_switch.py
Traceback (most recent call last):
   File "./bin/ryu-manager", line 18, in <module>
     from ryu.cmd.manager import main
   File "/root/ryu_forked/ryu/ryu/cmd/manager.py", line 41, in <module>
     from ryu.base.app_manager import AppManager
   File "/root/ryu_forked/ryu/ryu/base/app_manager.py", line 37, in <module>
     from ryu.controller.controller import Datapath
   File "/root/ryu_forked/ryu/ryu/controller/controller.py", line 72, in 
<module>
     help='Maximum number of unreplied echo requests before datapath is 
disconnected.')
   File "/usr/local/lib/python2.7/dist-packages/oslo_config/cfg.py", 
line 1016, in __init__
     super(IntOpt, self).__init__(name, type=types.Integer(), **kwargs)
TypeError: __init__() got an unexpected keyword argument 'min'
$


This is run with v3.9

$ git checkout v3.9
HEAD is now at 4c72789... Ryu 3.9
$ PYTHONPATH=. ./bin/ryu-manager --verbose ./ryu/app/simple_switch_13.py
loading app ./ryu/app/simple_switch_13.py
loading app ryu.controller.ofp_handler
instantiating app ./ryu/app/simple_switch_13.py of SimpleSwitch13
instantiating app ryu.controller.ofp_handler of OFPHandler
BRICK SimpleSwitch13
   CONSUMES EventOFPPacketIn
   CONSUMES EventOFPSwitchFeatures
BRICK ofp_event
   PROVIDES EventOFPPacketIn TO {'SimpleSwitch13': set(['main'])}
   PROVIDES EventOFPSwitchFeatures TO {'SimpleSwitch13': set(['config'])}
   CONSUMES EventOFPSwitchFeatures
   CONSUMES EventOFPEchoRequest
   CONSUMES EventOFPPortDescStatsReply
   CONSUMES EventOFPHello
   CONSUMES EventOFPErrorMsg




On 09/05/16 23:47, FUJITA Tomonori wrote:
> Hi,
>
> Sorry about the delay, Here's a new release.
>
> Enjoy!
> =
> Alan Quillin (2):
>        Added support for the tcp flags nicira extension
>        Enable filtering the OVSDB schema tables/columns
>
> Claudiu Belu (1):
>        Removes unnecessary Windows requirements
>
> FUJITA Tomonori (1):
>        Ryu 4.2
>
> IWASE Yusuke (1):
>        tox: Upgrade PyPy version to 2.6
>
> Victor J. Orlikowski (1):
>        Eventlet throws a subclass of IOError when an SSL read timeout occurs. 
> Ensure that the read loop continues in this case.
>
>
> ------------------------------------------------------------------------------
> Mobile security can be enabling, not merely restricting. Employees who
> bring their own devices (BYOD) to work are irked by the imposition of MDM
> restrictions. Mobile Device Manager Plus allows you to control only the
> apps on BYO-devices by containerizing them, leaving personal data untouched!
> https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
> _______________________________________________
> Ryu-devel mailing list
> Ryu-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ryu-devel


-- 
University of Cambridge, Computer Laboratory, William Gates Building,
15 JJ Thomson Avenue, Cambridge, CB3 0FD, UK
Tel.: +44-1223763688(work)


------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to