unbreak mobility script pause event
(Boeing r1811)
This commit is contained in:
parent
ddfc6f5de7
commit
9d897e4898
1 changed files with 1 additions and 0 deletions
|
@ -1097,6 +1097,7 @@ class CoreRequestHandler(SocketServer.BaseRequestHandler):
|
|||
"at session master")
|
||||
elif eventtype in (coreapi.CORE_EVENT_START, coreapi.CORE_EVENT_STOP, \
|
||||
coreapi.CORE_EVENT_RESTART, \
|
||||
coreapi.CORE_EVENT_PAUSE, \
|
||||
coreapi.CORE_EVENT_RECONFIGURE):
|
||||
name = msg.gettlv(coreapi.CORE_TLV_EVENT_NAME)
|
||||
# TODO: register system for event message handlers, like confobjs
|
||||
|
|
Loading…
Reference in a new issue