summaryrefslogtreecommitdiffstats
path: root/common/vnf_common/config_parse.c
diff options
context:
space:
mode:
authorDeepak S <deepak.s@linux.intel.com>2017-10-17 17:30:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-10-17 17:30:32 +0000
commitcebfb1f01540ca791aa2edc84a0e7ebba567ce28 (patch)
treea4c6b9963fc7014de3e34ab1459af5d30bb3a913 /common/vnf_common/config_parse.c
parente053f47d7137aa0cc0d60f76be8779b04d6b833b (diff)
parent9d00f69286db5234160d1729c76e437cc24a4f18 (diff)
Merge "Rest API: Fix all the bugs in the HWLB, mask issue, etc"
Diffstat (limited to 'common/vnf_common/config_parse.c')
-rw-r--r--common/vnf_common/config_parse.c2
1 files changed, 1 insertions, 1 deletions
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,