mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 14:31:51 +00:00
ospf6d: fix display of debug command in the running configuration
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
This commit is contained in:
parent
950b49f80c
commit
3ebc5e4be9
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user