summaryrefslogtreecommitdiffhomepage
path: root/bin/ryu-client
diff options
context:
space:
mode:
authorIsaku Yamahata <yamahata@valinux.co.jp>2013-05-14 11:13:33 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2013-05-14 12:49:30 -0700
commitd00268a6feb2fb2407306de16b502af3f31258a1 (patch)
tree9381350b6111c2ac512301eae91fd887874458ca /bin/ryu-client
parent9d06333da0eaeeca440a4eae728c5dd14d16ba65 (diff)
ofproto: exception during startup related ofp module detaction
This patch fixes the following exception. ryu/controller/ofp_event.py: update 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) Reported-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp> Signed-off-by: Isaku Yamahata <yamahata@valinux.co.jp> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'bin/ryu-client')
0 files changed, 0 insertions, 0 deletions