mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 01:47:29 +00:00
Please, tell me truth about what debugging status you are displaying.
This commit is contained in:
parent
f2bdee9758
commit
df43a13723
@ -1393,7 +1393,7 @@ DEFUN (show_debugging_ospf,
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
vty_out (vty, "Zebra debugging status:%s", VTY_NEWLINE);
|
vty_out (vty, "OSPF debugging status:%s", VTY_NEWLINE);
|
||||||
|
|
||||||
/* Show debug status for ISM. */
|
/* Show debug status for ISM. */
|
||||||
if (IS_DEBUG_OSPF (ism, ISM) == OSPF_DEBUG_ISM)
|
if (IS_DEBUG_OSPF (ism, ISM) == OSPF_DEBUG_ISM)
|
||||||
|
@ -35,7 +35,7 @@ DEFUN (show_debugging_rip,
|
|||||||
DEBUG_STR
|
DEBUG_STR
|
||||||
RIP_STR)
|
RIP_STR)
|
||||||
{
|
{
|
||||||
vty_out (vty, "Zebra debugging status:%s", VTY_NEWLINE);
|
vty_out (vty, "RIP debugging status:%s", VTY_NEWLINE);
|
||||||
|
|
||||||
if (IS_RIP_DEBUG_EVENT)
|
if (IS_RIP_DEBUG_EVENT)
|
||||||
vty_out (vty, " RIP event debugging is on%s", VTY_NEWLINE);
|
vty_out (vty, " RIP event debugging is on%s", VTY_NEWLINE);
|
||||||
|
@ -36,7 +36,7 @@ DEFUN (show_debugging_ripng,
|
|||||||
"RIPng configuration\n"
|
"RIPng configuration\n"
|
||||||
"Debugging information\n")
|
"Debugging information\n")
|
||||||
{
|
{
|
||||||
vty_out (vty, "Zebra debugging status:%s", VTY_NEWLINE);
|
vty_out (vty, "RIPng debugging status:%s", VTY_NEWLINE);
|
||||||
|
|
||||||
if (IS_RIPNG_DEBUG_EVENT)
|
if (IS_RIPNG_DEBUG_EVENT)
|
||||||
vty_out (vty, " RIPng event debugging is on%s", VTY_NEWLINE);
|
vty_out (vty, " RIPng event debugging is on%s", VTY_NEWLINE);
|
||||||
|
Loading…
Reference in New Issue
Block a user