diff options
| author | rgirada <rgirada@vmware.com> | 2021-07-01 07:09:38 -0700 | 
|---|---|---|
| committer | rgirada <rgirada@vmware.com> | 2021-08-11 23:06:49 -0700 | 
| commit | 0fc3e113231829c3412f5009be2b4c790b444bd3 (patch) | |
| tree | 05e41100efb37bf77d6dcd87b2314e01a00502b7 /ospf6d/ospf6_neighbor.c | |
| parent | 9a06f23d0bd7b0e712ce747c31b22842a8baf15f (diff) | |
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.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_neighbor.c b/ospf6d/ospf6_neighbor.c index 331b75f803..4ea615f32b 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__);  | 
