summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6_gr.h
diff options
context:
space:
mode:
Diffstat (limited to 'ospf6d/ospf6_gr.h')
-rw-r--r--ospf6d/ospf6_gr.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ospf6d/ospf6_gr.h b/ospf6d/ospf6_gr.h
index 6336363688..49fc86a4e2 100644
--- a/ospf6d/ospf6_gr.h
+++ b/ospf6d/ospf6_gr.h
@@ -148,6 +148,13 @@ extern const char *ospf6_rejected_reason_desc[];
extern void ospf6_gr_helper_init(struct ospf6 *ospf6);
extern void ospf6_gr_helper_deinit(struct ospf6 *ospf6);
+extern void ospf6_gr_helper_exit(struct ospf6_neighbor *nbr,
+ enum ospf6_helper_exit_reason reason);
extern int ospf6_process_grace_lsa(struct ospf6 *ospf6, struct ospf6_lsa *lsa,
struct ospf6_neighbor *nbr);
+extern void ospf6_process_maxage_grace_lsa(struct ospf6 *ospf,
+ struct ospf6_lsa *lsa,
+ struct ospf6_neighbor *nbr);
+extern void ospf6_helper_handle_topo_chg(struct ospf6 *ospf6,
+ struct ospf6_lsa *lsa);
#endif /* OSPF6_GR_H */