REST_API: rest api client implementation 17/44317/1
authorVishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
Sun, 24 Sep 2017 22:06:02 +0000 (03:36 +0530)
committerDeepak S <deepak.s@linux.intel.com>
Wed, 4 Oct 2017 21:31:39 +0000 (14:31 -0700)
commitc65d2e761955affbdb76fc31ebb188ac492c31ca
tree35224c83fa80c0f6dd297c9cee52f5894ade3c56
parent74c5414a1fc7bc2e72c8b727dea974643f3c1bbe
REST_API: rest api client implementation

JIRA: SAMPLEVNF-78

This patch implements rest api's for VNF clients. This
comprises of
        * vnf api's for common functionality
        * vnf api's for CGNAPT
        * vnf api's for VFW

Change-Id: I56d22c64bf3ee5b0a2e536da8169ac7583499041
Signed-off-by: Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
30 files changed:
VNFs/UDP_Replay/main.c
VNFs/vACL/Makefile
VNFs/vACL/main.c
VNFs/vACL/pipeline/pipeline_acl.c
VNFs/vACL/pipeline/pipeline_acl.h
VNFs/vACL/vnf_template.txt [new file with mode: 0644]
VNFs/vCGNAPT/Makefile
VNFs/vCGNAPT/init.c
VNFs/vCGNAPT/main.c
VNFs/vCGNAPT/pipeline/pipeline_cgnapt.c
VNFs/vCGNAPT/pipeline/pipeline_cgnapt.h
VNFs/vCGNAPT/pipeline/pipeline_cgnapt_be.c
VNFs/vCGNAPT/pipeline/pipeline_cgnapt_common.h
VNFs/vCGNAPT/vnf_template.txt [new file with mode: 0644]
VNFs/vFW/Makefile
VNFs/vFW/init.c
VNFs/vFW/main.c
VNFs/vFW/pipeline/pipeline_vfw.c
VNFs/vFW/pipeline/pipeline_vfw.h
VNFs/vFW/vnf_template.txt [new file with mode: 0644]
common/VIL/l2l3_stack/lib_arp.c
common/VIL/l2l3_stack/lib_arp.h
common/VIL/l2l3_stack/tsx.h
common/VIL/pipeline_arpicmp/pipeline_arpicmp.c
common/VIL/pipeline_common/pipeline_common_fe.c
common/VIL/pipeline_master/pipeline_master_be.c
common/vnf_common/app.h
common/vnf_common/config_parse.c
common/vnf_common/rest_api.c [new file with mode: 0644]
tools/vnf_build.sh