mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-01-22 17:12:01 +01:00
apgw: fixed secure_channel_state notification
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
parent
a6cd297c05
commit
43a537fe12
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user