Skip to content

Commit

Permalink
ospf6d: add newline to show debugging cmd
Browse files Browse the repository at this point in the history
Ticket:CM-20738
Testing Done:
Before:
OSPF6 debugging status:debug ospf6 lsa inter-router examine
debug ospf6 lsa as-external examine
debug ospf6 route memory
debug ospf6 border-routers

After:
OSPF6 debugging status:
debug ospf6 lsa inter-router examine
debug ospf6 lsa as-external examine
debug ospf6 route memory
debug ospf6 border-routers

Signed-off-by: Chirag Shah <chirag@cumulusnetworks.com>
  • Loading branch information
chiragshah6 committed May 5, 2018
1 parent 1c96f2f commit 257660b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ospf6d/ospf6d.c
Expand Up @@ -97,7 +97,7 @@ DEFUN_NOSH (show_debugging_ospf6,
DEBUG_STR
OSPF6_STR)
{
vty_out(vty, "OSPF6 debugging status:");
vty_out(vty, "OSPF6 debugging status:\n");

config_write_ospf6_debug(vty);

Expand Down

0 comments on commit 257660b

Please sign in to comment.