summaryrefslogtreecommitdiff
path: root/pimd/pim_instance.h
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <Jafaral@users.noreply.github.com>2019-05-28 10:26:28 -0500
committerGitHub <noreply@github.com>2019-05-28 10:26:28 -0500
commitbda0241599246636bebde6143f20ccdec5290570 (patch)
treee67f265032fd4fa91e2cfe00d00c233743c7dc31 /pimd/pim_instance.h
parentf6fd430e44e5eb219e11091ff18b31ea871f2122 (diff)
parent19de48b9814b1cda9968a5320545a4c6bbd31d10 (diff)
Merge pull request #4239 from sarav511/rp
pimd: PIM Bootstrap Message Processing
Diffstat (limited to 'pimd/pim_instance.h')
-rw-r--r--pimd/pim_instance.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pimd/pim_instance.h b/pimd/pim_instance.h
index 1740bcc790..06d41c4b53 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_bsm.h"
#include "pim_vxlan_instance.h"
#if defined(HAVE_LINUX_MROUTE_H)
@@ -121,6 +122,11 @@ struct pim_instance {
bool ecmp_enable;
bool ecmp_rebalance_enable;
+ /* Bsm related */
+ struct bsm_scope global_scope;
+ uint64_t bsm_rcvd;
+ uint64_t bsm_sent;
+ uint64_t bsm_dropped;
/* If we need to rescan all our upstreams */
struct thread *rpf_cache_refresher;