From 9d00f69286db5234160d1729c76e437cc24a4f18 Mon Sep 17 00:00:00 2001 From: Deepak S Date: Tue, 17 Oct 2017 15:39:56 +0530 Subject: Rest API: Fix all the bugs in the HWLB, mask issue, etc Change-Id: If7cc44f3b57a54aef510f729930e6f79bf83689e Signed-off-by: Deepak S --- common/vnf_common/config_parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/vnf_common/config_parse.c') diff --git a/common/vnf_common/config_parse.c b/common/vnf_common/config_parse.c index 48921f46..05c54da9 100644 --- a/common/vnf_common/config_parse.c +++ b/common/vnf_common/config_parse.c @@ -39,7 +39,7 @@ uint32_t rest_support = 1; static struct app_params app_params_default = { - .config_file = "./config/ip_pipeline.cfg", + .config_file = "./ip_pipeline.cfg", .log_level = APP_LOG_LEVEL_HIGH, .port_mask = 0, -- cgit 1.2.3-korg