apgw: fixed secure_channel_state notification

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
FUJITA Tomonori 2014-03-28 17:56:15 +09:00
parent a6cd297c05
commit 43a537fe12

View File

@ -238,7 +238,7 @@ class RpcOFPManager(app_manager.RyuApp):
self.logger.critical(_(log_msg))
notify_param = self._get_secure_channel_state_param()
for peer in self._peers:
peer._endpoint.send_notification("state", [notify_param])
peer._endpoint.send_notification("state", notify_param)
@handler.set_ev_cls(ofp_event.EventOFPErrorMsg,
handler.MAIN_DISPATCHER)