{
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. */
if (IS_DEBUG_OSPF (ism, ISM) == OSPF_DEBUG_ISM)
DEBUG_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)
vty_out (vty, " RIP event debugging is on%s", VTY_NEWLINE);
"RIPng configuration\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)
vty_out (vty, " RIPng event debugging is on%s", VTY_NEWLINE);