this doesn't seem to work.

YAMAMOTO Takashi

cd /opt/stack/ryu && /opt/stack/ryu/bin/ryu-mana ^Mger --config-file 
/etc/ryu/ryu.conf || touch "/opt/stack/status/stack/ryu.failur ^Me"
Traceback (most recent call last):
  File "/opt/stack/ryu/bin/ryu-manager", line 41, in <module>
    from ryu.base.app_manager import AppManager
  File "/opt/stack/ryu/ryu/base/app_manager.py", line 22, in <module>
    from ryu.controller.handler import register_instance
  File "/opt/stack/ryu/ryu/controller/handler.py", line 20, in <module>
    from ryu.controller import ofp_event
  File "/opt/stack/ryu/ryu/controller/ofp_event.py", line 69, in <module>
    for ofp_mods in ofproto.get_ofp_module():
TypeError: get_ofp_module() takes exactly 1 argument (0 given)
ubuntu@ryudev1:/opt/stack/ryu$ 

> And remove hardcoded list of support OFP modules.
> 
> Isaku Yamahata (2):
>   ofproto: detect supported OFP versions automatically.
>   controller/ofp_event: don't hardcode supported OFP parser module
> 
>  ryu/controller/ofp_event.py |   13 ++++------
>  ryu/ofproto/__init__.py     |   59 
> +++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 64 insertions(+), 8 deletions(-)
> 
> -- 
> 1.7.10.4
> 
> 
> ------------------------------------------------------------------------------
> Learn Graph Databases - Download FREE O'Reilly Book
> "Graph Databases" is the definitive new guide to graph databases and 
> their applications. This 200-page book is written by three acclaimed 
> leaders in the field. The early access version is available now. 
> Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel

------------------------------------------------------------------------------
AlienVault Unified Security Management (USM) platform delivers complete
security visibility with the essential security capabilities. Easily and
efficiently configure, manage, and operate all of your security controls
from a single console and one unified framework. Download a free trial.
http://p.sf.net/sfu/alienvault_d2d
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to