summaryrefslogtreecommitdiffstats
path: root/pimd/pim_instance.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-05-22 15:12:08 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-07-24 19:51:37 +0200
commit2ad78035cc824f747e64274020140dcd0b95e3fd (patch)
treefec2b9db86a4148e97cfd72d296febe633b073c7 /pimd/pim_instance.h
parentpimd: Get the default pim code ready to write into vrf's or not (diff)
downloadfrr-2ad78035cc824f747e64274020140dcd0b95e3fd.tar.xz
frr-2ad78035cc824f747e64274020140dcd0b95e3fd.zip
pimd: Make pim MSDP pim instance aware to some extent
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_instance.h')
-rw-r--r--pimd/pim_instance.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pimd/pim_instance.h b/pimd/pim_instance.h
index e931e7a9f..b33ae537c 100644
--- a/pimd/pim_instance.h
+++ b/pimd/pim_instance.h
@@ -21,6 +21,9 @@
#ifndef __PIM_INSTANCE_H__
#define __PIM_INSTANCE_H__
+#include "pim_str.h"
+#include "pim_msdp.h"
+
#if defined(HAVE_LINUX_MROUTE_H)
#include <linux/mroute.h>
#else
@@ -80,6 +83,8 @@ struct pim_instance {
struct list *channel_oil_list;
struct hash *channel_oil_hash;
+
+ struct pim_msdp msdp;
};
void pim_vrf_init(void);