mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-28 12:10:53 +00:00
lib: Remove node debug message on list output
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
40e718b50f
commit
34f1f6dc78
@ -1270,7 +1270,6 @@ DEFUN (config_list,
|
||||
"Print command list\n"
|
||||
"Print all possible command permutations\n")
|
||||
{
|
||||
vty_out (vty, "Current node id: %d%s", vty->node, VTY_NEWLINE);
|
||||
struct cmd_node *node = vector_slot (cmdvec, vty->node);
|
||||
|
||||
if ((strmatch (argv[0]->text, "list") && argc == 2) ||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user