From: hasso Date: Tue, 26 Oct 2004 06:39:56 +0000 (+0000) Subject: Fix help of "show debugging ripng" command. X-Git-Tag: frr-2.0-rc1~3437 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=8dceb820def41f3bfa2754932d46157e86c5a362;p=matthieu%2Ffrr.git Fix help of "show debugging ripng" command. --- diff --git a/ripngd/ChangeLog b/ripngd/ChangeLog index 1375b25650..78dc1d3715 100644 --- a/ripngd/ChangeLog +++ b/ripngd/ChangeLog @@ -1,3 +1,7 @@ +2004-10-26 Hasso Tepper + + * ripng_debug.c: Fix help of "show debugging ripng" command. + 2004-10-11 Hasso Tepper * *.c: Make more strings const. diff --git a/ripngd/ripng_debug.c b/ripngd/ripng_debug.c index b9a8fb612f..7841fe214c 100644 --- a/ripngd/ripng_debug.c +++ b/ripngd/ripng_debug.c @@ -33,8 +33,8 @@ DEFUN (show_debugging_ripng, show_debugging_ripng_cmd, "show debugging ripng", SHOW_STR - "RIPng configuration\n" - "Debugging information\n") + DEBUG_STR + "RIPng configuration\n") { vty_out (vty, "RIPng debugging status:%s", VTY_NEWLINE);