mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 21:10:28 +00:00
ospfd,ospf6d: Add missing newline for graceful-restart prepare
CLI
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
e3c54a9383
commit
4a3c92de3c
@ -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();
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user