]> git.puffer.fish Git - mirror/frr.git/commitdiff
isisd: Remove duplicate "no debug isis lsp-gen"
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 17 Sep 2016 02:21:29 +0000 (22:21 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 17 Sep 2016 02:21:29 +0000 (22:21 -0400)
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>
isisd/isisd.c

index 5a90115127c00ddb6c7cc48ac8915122d40ce8e7..87d45aba371a2c97bebc088115ec3a2b335869cb 100644 (file)
@@ -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",