summaryrefslogtreecommitdiffstats
path: root/ospf6d/ospf6_neighbor.c
diff options
context:
space:
mode:
authorrgirada <rgirada@vmware.com>2021-07-01 16:09:38 +0200
committerrgirada <rgirada@vmware.com>2021-08-12 08:06:49 +0200
commit0fc3e113231829c3412f5009be2b4c790b444bd3 (patch)
tree05e41100efb37bf77d6dcd87b2314e01a00502b7 /ospf6d/ospf6_neighbor.c
parentospf6d: GR helper exit scenarios (diff)
downloadfrr-0fc3e113231829c3412f5009be2b4c790b444bd3.tar.xz
frr-0fc3e113231829c3412f5009be2b4c790b444bd3.zip
ospf6d: GR helper configurations
Description: Adding the following cli commands to enable/disable GR helper functionality. 1. [no] graceful-restart helper-only [A.B.C.D] 2. [no] graceful-restart helper lsa-check-disable 3. [no] graceful-restart helper planned-only 4. [no] graceful-restart helper supported-grace-time (10-1800) show commands: show ipv6 ospf6 graceful-restart helper [detail] [json] Signed-off-by: Rajesh Girada <rgirada@vmware.com>
Diffstat (limited to 'ospf6d/ospf6_neighbor.c')
-rw-r--r--ospf6d/ospf6_neighbor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_neighbor.c b/ospf6d/ospf6_neighbor.c
index 331b75f80..4ea615f32 100644
--- a/ospf6d/ospf6_neighbor.c
+++ b/ospf6d/ospf6_neighbor.c
@@ -622,7 +622,7 @@ int inactivity_timer(struct thread *thread)
ospf6_neighbor_delete(on);
} else {
- if (IS_DEBUG_OSPF6_GR_HELPER)
+ if (IS_DEBUG_OSPF6_GR)
zlog_debug(
"%s, Acting as HELPER for this neighbour, So restart the dead timer.",
__PRETTY_FUNCTION__);