diff options
Diffstat (limited to 'ospfd/ospf_lsa.h')
| -rw-r--r-- | ospfd/ospf_lsa.h | 6 | 
1 files changed, 6 insertions, 0 deletions
diff --git a/ospfd/ospf_lsa.h b/ospfd/ospf_lsa.h index 418675cb10..f58bbde07a 100644 --- a/ospfd/ospf_lsa.h +++ b/ospfd/ospf_lsa.h @@ -363,4 +363,10 @@ static inline bool ospf_check_indication_lsa(struct ospf_lsa *lsa)  	return false;  } + +/* + * LSA Update and Delete Hook LSAs. + */ +DECLARE_HOOK(ospf_lsa_update, (struct ospf_lsa *lsa), (lsa)); +DECLARE_HOOK(ospf_lsa_delete, (struct ospf_lsa *lsa), (lsa));  #endif /* _ZEBRA_OSPF_LSA_H */  | 
