teib: fix typo in cli
Type: fix Change-Id: I84388bd8b68e8c48a4f44d7ecf7aadec2408b717 Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
This commit is contained in:

committed by
Neale Ranns

parent
4dd43087d0
commit
641c6be821
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user