summaryrefslogtreecommitdiff
path: root/ospfd/ospf_memory.h
diff options
context:
space:
mode:
authorrgirada <rgirada@vmware.com>2020-08-15 01:27:40 -0700
committerrgirada <rgirada@vmware.com>2020-11-01 21:13:20 -0800
commitad7222b76c3bf21914f97b925ed4bf80c2210078 (patch)
tree87a60f2b9dcda5482e522e729ee4bb0cef439b56 /ospfd/ospf_memory.h
parentcb2bc4cb0293fca15794c67726a87c699553cf10 (diff)
ospfd: Summarisation init/de-init.
Description: Summarisation initilisation and de-init apis. summary route table will be created as part of initilisation at the time of ospf deamon init. Signed-off-by: Rajesh Girada <rgirada@vmware.com>
Diffstat (limited to 'ospfd/ospf_memory.h')
-rw-r--r--ospfd/ospf_memory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospf_memory.h b/ospfd/ospf_memory.h
index 58f23aa9c7..624b1d3306 100644
--- a/ospfd/ospf_memory.h
+++ b/ospfd/ospf_memory.h
@@ -56,5 +56,6 @@ DECLARE_MTYPE(OSPF_PCE_PARAMS)
DECLARE_MTYPE(OSPF_SR_PARAMS)
DECLARE_MTYPE(OSPF_EXT_PARAMS)
DECLARE_MTYPE(OSPF_GR_HELPER)
+DECLARE_MTYPE(OSPF_EXTERNAL_RT_AGGR)
#endif /* _QUAGGA_OSPF_MEMORY_H */