From 3ba9071c6899d64b36e910943f109ddc7c7e0809 Mon Sep 17 00:00:00 2001 From: Alberto Compagno Date: Fri, 3 May 2019 15:11:28 +0200 Subject: [HICN-181] Added round robin strategy Change-Id: I301ffaeed6f43b7db6701810167f02947439d20c Signed-off-by: Alberto Compagno --- hicn-plugin/src/error.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hicn-plugin/src/error.h') 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") -- cgit 1.2.3-korg