From 222d6f1feedf17cabccff9e56bda44b58b8c08bf Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Tue, 4 Sep 2012 12:19:35 +0900 Subject: register OFP handlers via register_instance No reason that we use register_cls() for ofp handlers. We can do with register_instance() with the others do. Signed-off-by: FUJITA Tomonori --- bin/ryu-manager | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/ryu-manager b/bin/ryu-manager index cfa56a0a..4d6c4908 100755 --- a/bin/ryu-manager +++ b/bin/ryu-manager @@ -51,6 +51,9 @@ def main(): log.init_log() + # always enable ofp for now. + FLAGS.app_lists += ['ryu.controller.ofp_handler'] + if len(args) > 1: FLAGS.app_lists += args[1:] -- cgit v1.2.3