Soft Patch Panel
 help / color / mirror / Atom feed
* [spp] [PATCH 0/5] Add exit command support for spp_primary
@ 2018-10-25  5:20 ogawa.yasufumi
  2018-10-25  5:20 ` [spp] [PATCH 1/5] primary: chage to return msg of exit command ogawa.yasufumi
                   ` (5 more replies)
  0 siblings, 6 replies; 12+ messages in thread
From: ogawa.yasufumi @ 2018-10-25  5:20 UTC (permalink / raw)
  To: spp, ferruh.yigit, ogawa.yasufumi

From: Yasufumi Ogawa <ogawa.yasufumi@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

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-11-09  3:21 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-25  5:20 [spp] [PATCH 0/5] Add exit command support for spp_primary ogawa.yasufumi
2018-10-25  5:20 ` [spp] [PATCH 1/5] primary: chage to return msg of exit command ogawa.yasufumi
2018-10-25  5:20 ` [spp] [PATCH 2/5] spp-ctl: add exit cmd support for spp_primary ogawa.yasufumi
2018-10-25  5:20 ` [spp] [PATCH 3/5] controller: change pri exit cmd to call REST API ogawa.yasufumi
2018-10-25  5:20 ` [spp] [PATCH 4/5] docs: add DELETE method for exiting spp_primary ogawa.yasufumi
2018-10-25  5:20 ` [spp] [PATCH 5/5] docs: remove exit from pri command ogawa.yasufumi
2018-11-09  3:21 ` [spp] [PATCH v2 0/5] Add exit command support for spp_primary ogawa.yasufumi
2018-11-09  3:21   ` [spp] [PATCH v2 1/5] primary: chage to return msg of exit command ogawa.yasufumi
2018-11-09  3:21   ` [spp] [PATCH v2 2/5] spp-ctl: add exit cmd support for spp_primary ogawa.yasufumi
2018-11-09  3:21   ` [spp] [PATCH v2 3/5] controller: change pri exit cmd to call REST API ogawa.yasufumi
2018-11-09  3:21   ` [spp] [PATCH v2 4/5] docs: add DELETE method for exiting spp_primary ogawa.yasufumi
2018-11-09  3:21   ` [spp] [PATCH v2 5/5] docs: remove exit from pri command ogawa.yasufumi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).