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/strategies/strategy_mw_cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hicn-plugin/src/strategies/strategy_mw_cli.c') diff --git a/hicn-plugin/src/strategies/strategy_mw_cli.c b/hicn-plugin/src/strategies/strategy_mw_cli.c index ff4125258..689bce470 100644 --- a/hicn-plugin/src/strategies/strategy_mw_cli.c +++ b/hicn-plugin/src/strategies/strategy_mw_cli.c @@ -111,7 +111,7 @@ hicn_mw_strategy_cli_set_weight_command_fn (vlib_main_t * vm, cl_err = clib_error_return (0, get_error_string - (HICN_ERROR_MW_STRATEGY_NH_NOT_FOUND)); + (HICN_ERROR_STRATEGY_NH_NOT_FOUND)); goto done; } -- cgit 1.2.3-korg