teib: fix typo in cli

Type: fix

Change-Id: I84388bd8b68e8c48a4f44d7ecf7aadec2408b717
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
This commit is contained in:
Paul Vinciguerra
2020-12-26 23:49:51 +00:00
committed by Neale Ranns
parent 4dd43087d0
commit 641c6be821

View 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);
}