]> git.puffer.fish Git - matthieu/frr.git/commitdiff
ospf6d: fix display of debug command in the running configuration
authorRenato Westphal <renato@opensourcerouting.org>
Tue, 31 Aug 2021 03:50:55 +0000 (00:50 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Tue, 31 Aug 2021 04:48:22 +0000 (01:48 -0300)
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ospf6d/ospf6_gr_helper.c

index d0536087c3fcf104c533058bdeebdc8fbda3688f..76496c050f58e74494374ef74ee0301f93804378 100644 (file)
@@ -1373,6 +1373,6 @@ int config_write_ospf6_gr_helper(struct vty *vty, struct ospf6 *ospf6)
 int config_write_ospf6_debug_gr_helper(struct vty *vty)
 {
        if (IS_DEBUG_OSPF6_GR)
-               vty_out(vty, "debug ospf6 gr helper\n");
+               vty_out(vty, "debug ospf6 graceful-restart\n");
        return 0;
 }