]> git.proxmox.com Git - mirror_frr.git/blobdiff - ospf6d/ospf6_gr.c
ospf6d: Clean up thread interface
[mirror_frr.git] / ospf6d / ospf6_gr.c
index d618ed86e0bae47dfaef21896b4a3ebb85fb3e2c..d7de66c6631f6d7ea5a652c2b3b10a4b90118eba 100644 (file)
@@ -459,7 +459,6 @@ static void ospf6_gr_grace_period_expired(struct thread *thread)
 {
        struct ospf6 *ospf6 = THREAD_ARG(thread);
 
-       ospf6->gr_info.t_grace_period = NULL;
        ospf6_gr_restart_exit(ospf6, "grace period has expired");
 }
 
@@ -689,7 +688,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();