aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-light/src/hicn/config/controlAdd.c
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2020-01-09 13:24:07 +0000
committerGerrit Code Review <gerrit@fd.io>2020-01-09 13:24:07 +0000
commit41e72f60c2da1586d5330365f065e8908e3b9b07 (patch)
tree7de1a28838f43f573981da4fc9c8e702032e9ab9 /hicn-light/src/hicn/config/controlAdd.c
parent00078ca97880ac0ccd5cc70954248dbdcd8e48e1 (diff)
parent9d938ccdb0e3602d725db0319e90c6ad63c1da81 (diff)
Merge "[HICN-467] Priority settings on interfaces yet to be created should be cached for further application"
Diffstat (limited to 'hicn-light/src/hicn/config/controlAdd.c')
-rw-r--r--hicn-light/src/hicn/config/controlAdd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hicn-light/src/hicn/config/controlAdd.c b/hicn-light/src/hicn/config/controlAdd.c
index 519e11e40..e10b56e99 100644
--- a/hicn-light/src/hicn/config/controlAdd.c
+++ b/hicn-light/src/hicn/config/controlAdd.c
@@ -72,9 +72,9 @@ static CommandReturn _controlAdd_HelpExecute(CommandParser *parser,
printf(" %s\n", ops_add_route->command);
printf(" %s\n", ops_add_punting->command);
printf(" %s\n", ops_add_listener->command);
-#ifdef WITH_POLICIES
+#ifdef WITH_POLICY
printf(" %s\n", ops_add_policy->command);
-#endif /* WITH_POLICIES */
+#endif /* WITH_POLICY */
printf("\n");
commandOps_Destroy(&ops_add_connection);