summaryrefslogtreecommitdiffstats
path: root/common/vnf_common/rest_api.c
AgeCommit message (Collapse)AuthorFilesLines
2017-10-17Rest API: Fix all the bugs in the HWLB, mask issue, etcDeepak S1-30/+44
Change-Id: I0f593c3e676407ca01d34792ef8309cf37f4c686 Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2017-10-16Fix compilation issue with older gccDeepak S1-2/+2
Change-Id: I905743480a1324b5e582fa406f6c98167e04fb1b Signed-off-by: Deepak S <deepak.s@linux.intel.com>
2017-10-06common code: KW fixes for common codeVishwesh M Rudramuni1-57/+53
This patch fixes KW issues seen with the common code. Change-Id: I4f90369152345ea2ea9316b04ac946c0c69fd7d1 Signed-off-by: Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
2017-10-04REST_API: rest api client implementationVishwesh M Rudramuni1-0/+2448
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>