ospfd,ospf6d: Add missing newline for graceful-restart prepare CLI

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
Donatas Abraitis 2022-03-09 22:56:53 +02:00
parent e3c54a9383
commit 4a3c92de3c
2 changed files with 2 additions and 2 deletions

View File

@ -689,7 +689,7 @@ DEFPY(ospf6_graceful_restart_prepare, ospf6_graceful_restart_prepare_cmd,
"graceful-restart prepare ipv6 ospf", "graceful-restart prepare ipv6 ospf",
"Graceful Restart commands\n" "Graceful Restart commands\n"
"Prepare upcoming graceful restart\n" IPV6_STR "Prepare upcoming graceful restart\n" IPV6_STR
"Prepare to restart the OSPFv3 process") "Prepare to restart the OSPFv3 process\n")
{ {
ospf6_gr_prepare(); ospf6_gr_prepare();

View File

@ -730,7 +730,7 @@ DEFPY(graceful_restart_prepare, graceful_restart_prepare_cmd,
"Graceful Restart commands\n" "Graceful Restart commands\n"
"Prepare upcoming graceful restart\n" "Prepare upcoming graceful restart\n"
IP_STR IP_STR
"Prepare to restart the OSPF process") "Prepare to restart the OSPF process\n")
{ {
struct ospf *ospf; struct ospf *ospf;
struct listnode *node; struct listnode *node;