[spp] [PATCH 0/5] Add exit command support for spp_primary
ogawa.yasufumi at lab.ntt.co.jp
ogawa.yasufumi at lab.ntt.co.jp
Thu Oct 25 07:20:18 CEST 2018
From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
Hi,
SPP controller does not support `exit` command after it is changed to
request via `spp-ctl` because REST APIs for `exit` command is not
implemented. This series of patches is to add `exit' command for
spp_primary.
Thanks,
Yasufumi
Yasufumi Ogawa (5):
primary: chage to return msg of exit command
spp-ctl: add exit cmd support for spp_primary
controller: change pri exit cmd to call REST API
docs: add DELETE method for exiting spp_primary
docs: remove exit from pri command
docs/guides/commands/primary.rst | 16 ----------------
docs/guides/spp-ctl/api-reference.rst | 22 +++++++++++++++++++++-
src/controller/commands/bye.py | 2 +-
src/controller/commands/pri.py | 16 ++++++++++++----
src/primary/main.c | 10 ++++++----
src/spp-ctl/spp_proc.py | 4 ++++
src/spp-ctl/spp_webapi.py | 6 ++++++
7 files changed, 50 insertions(+), 26 deletions(-)
--
2.7.4
More information about the spp
mailing list