summaryrefslogtreecommitdiff
path: root/pimd/pim_memory.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-02-14 21:32:16 -0500
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-03-02 08:13:03 -0500
commit982bff8972e0b387a1c3e466d584d2880175a5e3 (patch)
treef1fe009e73fd377006bbebb2ff7b279c6ba0d7ff /pimd/pim_memory.h
parent338988d9cd38a8314647ec8f769a9eb8462564d4 (diff)
pimd: Join/Prune Aggregation
Add the ability for PIM to send Join/Prunes as an aggregated message instead of individual messages for each S,G. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_memory.h')
-rw-r--r--pimd/pim_memory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/pimd/pim_memory.h b/pimd/pim_memory.h
index b6b9b23239..0d5f131a4f 100644
--- a/pimd/pim_memory.h
+++ b/pimd/pim_memory.h
@@ -46,5 +46,6 @@ DECLARE_MTYPE(PIM_MSDP_SA)
DECLARE_MTYPE(PIM_MSDP_MG)
DECLARE_MTYPE(PIM_MSDP_MG_MBR)
DECLARE_MTYPE(PIM_SEC_ADDR)
-
+DECLARE_MTYPE(PIM_JP_AGG_GROUP)
+DECLARE_MTYPE(PIM_JP_AGG_SOURCE)
#endif /* _QUAGGA_PIM_MEMORY_H */