]> git.puffer.fish Git - matthieu/frr.git/commitdiff
ospfd,ospf6d: Add missing newline for `graceful-restart prepare` CLI
authorDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 9 Mar 2022 20:56:53 +0000 (22:56 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Wed, 9 Mar 2022 20:56:53 +0000 (22:56 +0200)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
ospf6d/ospf6_gr.c
ospfd/ospf_gr.c

index d618ed86e0bae47dfaef21896b4a3ebb85fb3e2c..87407245b3db8a1a1b775fa41226a80c20022c1b 100644 (file)
@@ -689,7 +689,7 @@ DEFPY(ospf6_graceful_restart_prepare, ospf6_graceful_restart_prepare_cmd,
       "graceful-restart prepare ipv6 ospf",
       "Graceful Restart commands\n"
       "Prepare upcoming graceful restart\n" IPV6_STR
-      "Prepare to restart the OSPFv3 process")
+      "Prepare to restart the OSPFv3 process\n")
 {
        ospf6_gr_prepare();
 
index ee1ca256e3ac12b5481e4c91d4c8bf793bd8841f..2521f2fce0badda48569d4d87f78c7ffc8f33cf1 100644 (file)
@@ -730,7 +730,7 @@ DEFPY(graceful_restart_prepare, graceful_restart_prepare_cmd,
       "Graceful Restart commands\n"
       "Prepare upcoming graceful restart\n"
       IP_STR
-      "Prepare to restart the OSPF process")
+      "Prepare to restart the OSPF process\n")
 {
        struct ospf *ospf;
        struct listnode *node;