diff options
author | Anuradha Karuppiah <anuradhak@cumulusnetworks.com> | 2019-03-19 23:54:02 +0100 |
---|---|---|
committer | Anuradha Karuppiah <anuradhak@cumulusnetworks.com> | 2019-04-20 17:33:21 +0200 |
commit | b583b035822bc0d1694a73edfcaa1aaef1387fe8 (patch) | |
tree | b00468e35d2a5fd31053cb2d5069fbd95ab45599 /pimd/pim_memory.h | |
parent | lib, zebra: changes to propagate vxlan mcast SG entries to pimd (diff) | |
download | frr-b583b035822bc0d1694a73edfcaa1aaef1387fe8.tar.xz frr-b583b035822bc0d1694a73edfcaa1aaef1387fe8.zip |
pimd: initial infrastructure to maintain VxLAN SG database
These entries will be used over the subsequent commits for
1. vxlan-tunnel-termination handling - setup MDT to rx VxLAN encapsulated
BUM traffic.
2. vxlan-tunnel-origination handling - register local-vtep-ip as a
multicast source.
Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_memory.h')
-rw-r--r-- | pimd/pim_memory.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_memory.h b/pimd/pim_memory.h index 01189aca7..e5ca57a15 100644 --- a/pimd/pim_memory.h +++ b/pimd/pim_memory.h @@ -51,5 +51,6 @@ DECLARE_MTYPE(PIM_PIM_INSTANCE) DECLARE_MTYPE(PIM_NEXTHOP_CACHE) DECLARE_MTYPE(PIM_SSM_INFO) DECLARE_MTYPE(PIM_SPT_PLIST_NAME); +DECLARE_MTYPE(PIM_VXLAN_SG) #endif /* _QUAGGA_PIM_MEMORY_H */ |