diff options
Diffstat (limited to 'src/vnet/teib')
-rw-r--r-- | src/vnet/teib/teib_cli.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/vnet/teib/teib_cli.c b/src/vnet/teib/teib_cli.c index 226b41298ab..fd9e55ed742 100644 --- a/src/vnet/teib/teib_cli.c +++ b/src/vnet/teib/teib_cli.c @@ -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); } |