mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 18:42:23 +00:00
isisd: Remove duplicate "no debug isis lsp-gen"
The code for 'no debug isis lsp-gen' is in isisd.c twice. No need for this. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
ea863ec6f7
commit
fdc7ce4a2f
@ -1234,19 +1234,6 @@ DEFUN (debug_isis_lsp_sched,
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
|
||||
DEFUN (no_debug_isis_lsp_sched,
|
||||
no_debug_isis_lsp_sched_cmd,
|
||||
"no debug isis lsp-gen",
|
||||
UNDEBUG_STR
|
||||
"IS-IS information\n"
|
||||
"IS-IS scheduling of LSP generation\n")
|
||||
{
|
||||
isis->debugs &= ~DEBUG_LSP_SCHED;
|
||||
print_debug (vty, DEBUG_LSP_SCHED, 0);
|
||||
|
||||
return CMD_SUCCESS;
|
||||
}
|
||||
|
||||
DEFUN (show_hostname,
|
||||
show_hostname_cmd,
|
||||
"show isis hostname",
|
||||
|
Loading…
Reference in New Issue
Block a user