diff options
author | 2019-05-03 15:11:28 +0200 | |
---|---|---|
committer | 2019-05-07 14:35:59 +0200 | |
commit | 3ba9071c6899d64b36e910943f109ddc7c7e0809 (patch) | |
tree | dbfe4c6f2b10c4b7c824cc8b4c6d4003ba5422b3 /hicn-plugin/src/error.h | |
parent | cd48bbd9685f042a2f1f90678f8fa98a5175ea4d (diff) |
[HICN-181] Added round robin strategy
Change-Id: I301ffaeed6f43b7db6701810167f02947439d20c
Signed-off-by: Alberto Compagno <acompagn+fdio@cisco.com>
Diffstat (limited to 'hicn-plugin/src/error.h')
-rw-r--r-- | hicn-plugin/src/error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hicn-plugin/src/error.h b/hicn-plugin/src/error.h index 978c7f2ca..0abcce96c 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") \ - _(MW_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") |