]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_instance.h
Merge pull request #4508 from kssoman/updgrp
[mirror_frr.git] / pimd / pim_instance.h
index 1740bcc7900d2ced781b72f8edd518f00f0f7186..06d41c4b537d392397e8b8d1ee82d31223bf04b1 100644 (file)
@@ -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;