summaryrefslogtreecommitdiffstats
path: root/ospfd/ospf_ism.h
diff options
context:
space:
mode:
authorrgirada <rgirada@vmware.com>2020-08-22 19:49:30 +0200
committerrgirada <rgirada@vmware.com>2020-09-22 09:02:37 +0200
commitdf074ec33a0496d259b619bdcca77a394044aad6 (patch)
tree45008be54aa70cf4dcfcbd5da459a361703faa26 /ospfd/ospf_ism.h
parentospfd: GR Helper functionality changes (diff)
downloadfrr-df074ec33a0496d259b619bdcca77a394044aad6.tar.xz
frr-df074ec33a0496d259b619bdcca77a394044aad6.zip
ospfd: GR helper exit scenarios
Description: The follwoing helper exit scenarios are handled. 1. Recv Max age grace LSA from RESTARTER. 2. Grace timer expiry. 3. Due to topo change if lsa check is enabled. Signed-off-by: Rajesh Girada <rgirada@vmware.com>
Diffstat (limited to 'ospfd/ospf_ism.h')
-rw-r--r--ospfd/ospf_ism.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_ism.h b/ospfd/ospf_ism.h
index 8d2140369..67ea4c468 100644
--- a/ospfd/ospf_ism.h
+++ b/ospfd/ospf_ism.h
@@ -99,6 +99,7 @@
extern int ospf_ism_event(struct thread *);
extern void ism_change_status(struct ospf_interface *, int);
extern int ospf_hello_timer(struct thread *thread);
+extern int ospf_dr_election(struct ospf_interface *oi);
DECLARE_HOOK(ospf_ism_change,
(struct ospf_interface * oi, int state, int oldstate),