diff options
author | 2017-10-17 15:39:56 +0530 | |
---|---|---|
committer | 2017-10-17 03:18:10 -0700 | |
commit | 9d00f69286db5234160d1729c76e437cc24a4f18 (patch) | |
tree | 1775a1a93f49d4407a9f67759397070998ec1656 /common/vnf_common/config_parse.c | |
parent | 55a4eb6880487b04272c6bada82e21b898cbd44e (diff) |
Rest API: Fix all the bugs in the HWLB, mask issue, etc
Change-Id: If7cc44f3b57a54aef510f729930e6f79bf83689e
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Diffstat (limited to 'common/vnf_common/config_parse.c')
-rw-r--r-- | common/vnf_common/config_parse.c | 2 |
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, |