teib: fix typo in cli 44/30544/5
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Sat, 26 Dec 2020 23:49:51 +0000 (23:49 +0000)
committerNeale Ranns <nranns@cisco.com>
Tue, 5 Jan 2021 08:27:27 +0000 (08:27 +0000)
Type: fix

Change-Id: I84388bd8b68e8c48a4f44d7ecf7aadec2408b717
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
src/vnet/teib/teib_cli.c

index 226b412..fd9e55e 100644 (file)
@@ -75,8 +75,7 @@ teib_add (vlib_main_t * vm,
 
   if (rv)
     {
-      error = clib_error_return_code (NULL, rv, 0,
-                                     "NRHP error",
+      error = clib_error_return_code (NULL, rv, 0, "TEIB error",
                                      format_unformat_error, line_input);
     }
 
@@ -141,8 +140,7 @@ teib_del (vlib_main_t * vm,
 
   if (rv)
     {
-      error = clib_error_return_code (NULL, rv, 0,
-                                     "NRHP error",
+      error = clib_error_return_code (NULL, rv, 0, "TEIB error",
                                      format_unformat_error, line_input);
     }