Signed-off-by: Isaku Yamahata <yamah...@valinux.co.jp> --- ryu/controller/handler.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/ryu/controller/handler.py b/ryu/controller/handler.py index 01db88d..24944dc 100644 --- a/ryu/controller/handler.py +++ b/ryu/controller/handler.py @@ -82,6 +82,7 @@ def register_cls(dispatchers=None): # LOG.debug('register dispatcher %s ev %s cls %s k %s f %s', # d.name, f.ev_cls, cls, k, f) d.register_handler(f.ev_cls, f) + return cls return _register_cls_method -- 1.7.1.1 ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel