]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_instance.h
Merge pull request #3502 from donaldsharp/socket_to_me_baby
[mirror_frr.git] / pimd / pim_instance.h
index 5422e8fe0d5d70ff87de3b2dc56c3f16acb0bdad..b447075e9a934c5f6c5683b18a1c04df1bb45634 100644 (file)
@@ -94,6 +94,21 @@ struct pim_instance {
 
        unsigned int keep_alive_time;
        unsigned int rp_keep_alive_time;
+
+       bool ecmp_enable;
+       bool ecmp_rebalance_enable;
+
+       /* If we need to rescan all our upstreams */
+       struct thread *rpf_cache_refresher;
+       int64_t rpf_cache_refresh_requests;
+       int64_t rpf_cache_refresh_events;
+       int64_t rpf_cache_refresh_last;
+       int64_t scan_oil_events;
+       int64_t scan_oil_last;
+
+       int64_t nexthop_lookups;
+       int64_t nexthop_lookups_avoided;
+       int64_t last_route_change_time;
 };
 
 void pim_vrf_init(void);