ospf6d: fix display of debug command in the running configuration

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
Renato Westphal 2021-08-31 00:50:55 -03:00
parent 950b49f80c
commit 3ebc5e4be9

View 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;
}