aboutsummaryrefslogtreecommitdiffstats
path: root/hicn-plugin/src/error.h
diff options
context:
space:
mode:
authorMauro Sardara <msardara@cisco.com>2019-11-18 10:51:08 +0000
committerGerrit Code Review <gerrit@fd.io>2019-11-18 10:51:08 +0000
commitf1590834352d863d238d38c5a58d5a31ab042e3f (patch)
tree23dd849a19f44300004f5d4a6f68d728faadaf19 /hicn-plugin/src/error.h
parent7a8ed38fac8f0c42e214e3f648be855609afcc43 (diff)
parentfb81ea88640de69820f2b2d24e29e5743e4f301b (diff)
Merge "[HICN-225] Added generic binary api for handling faces"
Diffstat (limited to 'hicn-plugin/src/error.h')
-rw-r--r--hicn-plugin/src/error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-plugin/src/error.h b/hicn-plugin/src/error.h
index 0abcce96c..14cec0a3f 100644
--- a/hicn-plugin/src/error.h
+++ b/hicn-plugin/src/error.h
@@ -74,7 +74,7 @@
_(APPFACE_FEATURE, -181, "Error while enabling app face feature") \
_(APPFACE_NOT_FOUND, -182, "Application face not found") \
_(APPFACE_PROD_PREFIX_NULL, -183, "Prefix must not be null for producer face") \
- _(STRATEGY_NH_NOT_FOUND, -184, "Next hop not found") \
+ _(STRATEGY_NH_NOT_FOUND, -184, "Next hop not found") \
_(MW_STRATEGY_SET, -185, "Error while setting weight for next hop") \
_(STRATEGY_NOT_FOUND, -186, "Strategy not found")