summaryrefslogtreecommitdiff
path: root/pimd/pim_memory.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-04-07 10:16:23 -0400
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-04-20 15:55:50 -0400
commitdf94f9a91dbff3e0b04928d564484dfc4bf55aed (patch)
tree1cee9cc829182d1dd28342c5a5ef25390e674eac /pimd/pim_memory.h
parent54cd060799ecb582fa3b9cc548fe5f6fc3fae51a (diff)
pimd: Add prefix list handling to spt-switchover
To the 'ip pim spt-switchover infinity-and-beyond' command add 'prefix-list <PLIST>'. To the command. Use this as the basis to deny (Not immediate switchover) or permit (Immediate switchover), based upon matching the group address and the prefix-list. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_memory.h')
-rw-r--r--pimd/pim_memory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_memory.h b/pimd/pim_memory.h
index 02446de46a..e366377c87 100644
--- a/pimd/pim_memory.h
+++ b/pimd/pim_memory.h
@@ -51,5 +51,6 @@ DECLARE_MTYPE(PIM_JP_AGG_SOURCE)
DECLARE_MTYPE(PIM_PIM_INSTANCE)
DECLARE_MTYPE(PIM_NEXTHOP_CACHE)
DECLARE_MTYPE(PIM_SSM_INFO)
+DECLARE_MTYPE(PIM_SPT_PLIST_NAME);
#endif /* _QUAGGA_PIM_MEMORY_H */