[spp] [PATCH 0/4] Update response of status of spp_nfv and spp_vm
ogawa.yasufumi at lab.ntt.co.jp
ogawa.yasufumi at lab.ntt.co.jp
Tue Oct 9 12:50:43 CEST 2018
From: Yasufumi Ogawa <ogawa.yasufumi at lab.ntt.co.jp>
Spp-ctl provides a set of REST APIs for managing all of SPP processes in
a unified way. If the REST API is called, spp-ctl sets up a request for
SPP process by parsing user's request and replies to the user.
This update is to update spp_nfv and spp_vm to return responses as JSON
as similar to spp_vf for better maintaince of spp-ctl.
Yasufumi Ogawa (4):
shared: update status format of spp_nfv
controller: update parsing status message
spp-ctl: update syntax of add and del command
spp-ctl: update parsing status
src/controller/shell.py | 21 +++---
src/nfv/nfv.c | 10 +--
src/shared/common.c | 179 ++++++++++++++++++++++++++++++++++++----------
src/shared/common.h | 14 +++-
src/spp-ctl/spp_proc.py | 4 +-
src/spp-ctl/spp_webapi.py | 34 +++------
src/vm/init.c | 2 +-
src/vm/main.c | 8 +--
8 files changed, 185 insertions(+), 87 deletions(-)
--
2.7.4
More information about the spp
mailing list