summaryrefslogtreecommitdiffstats
path: root/pimd/pim_instance.h
diff options
context:
space:
mode:
authorAnuradha Karuppiah <anuradhak@cumulusnetworks.com>2019-03-19 23:54:02 +0100
committerAnuradha Karuppiah <anuradhak@cumulusnetworks.com>2019-04-20 17:33:21 +0200
commitb583b035822bc0d1694a73edfcaa1aaef1387fe8 (patch)
treeb00468e35d2a5fd31053cb2d5069fbd95ab45599 /pimd/pim_instance.h
parentlib, zebra: changes to propagate vxlan mcast SG entries to pimd (diff)
downloadfrr-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_instance.h')
-rw-r--r--pimd/pim_instance.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_instance.h b/pimd/pim_instance.h
index e651356bf..1740bcc79 100644
--- a/pimd/pim_instance.h
+++ b/pimd/pim_instance.h
@@ -26,6 +26,7 @@
#include "pim_str.h"
#include "pim_msdp.h"
#include "pim_assert.h"
+#include "pim_vxlan_instance.h"
#if defined(HAVE_LINUX_MROUTE_H)
#include <linux/mroute.h>
@@ -110,6 +111,7 @@ struct pim_instance {
struct hash *channel_oil_hash;
struct pim_msdp msdp;
+ struct pim_vxlan_instance vxlan;
struct list *ssmpingd_list;
struct in_addr ssmpingd_group_addr;