diff options
Diffstat (limited to 'ryu/services/protocols/vrrp/manager.py')
-rw-r--r-- | ryu/services/protocols/vrrp/manager.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ryu/services/protocols/vrrp/manager.py b/ryu/services/protocols/vrrp/manager.py index 3b25c64c..40c730db 100644 --- a/ryu/services/protocols/vrrp/manager.py +++ b/ryu/services/protocols/vrrp/manager.py @@ -100,8 +100,8 @@ class VRRPManager(app_manager.RyuApp): instance = VRRPInstance(name, monitor.name, config, interface) self._instances[name] = instance - #self.logger.debug('report_bricks') - #app_manager.AppManager.get_instance().report_bricks() # debug + # self.logger.debug('report_bricks') + # app_manager.AppManager.get_instance().report_bricks() # debug monitor.start() router.start() |