diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-03-17 21:34:55 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-03-17 21:34:55 -0400 | 
| commit | bfc920192804b2ce65f8ea11331c2e1cd3568b8b (patch) | |
| tree | e514babe675a220c2a900f943c6bcc60e568db3f /pimd/pimd.c | |
| parent | 5d59e4084180d87f18fded71d25d96ad4774488d (diff) | |
pimd: Move some data tracking variables per VRF
There were a few more global variables that needed to be per
vrf.  So move them over.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pimd.c')
| -rw-r--r-- | pimd/pimd.c | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/pimd/pimd.c b/pimd/pimd.c index 0532ce873a..551f6047d7 100644 --- a/pimd/pimd.c +++ b/pimd/pimd.c @@ -52,12 +52,6 @@ int qpim_t_periodic =  	PIM_DEFAULT_T_PERIODIC; /* Period between Join/Prune Messages */  struct pim_assert_metric qpim_infinite_assert_metric;  long qpim_rpf_cache_refresh_delay_msec = 50; -int64_t qpim_rpf_cache_refresh_requests = 0; -int64_t qpim_rpf_cache_refresh_events = 0; -int64_t qpim_rpf_cache_refresh_last = 0; -int64_t qpim_scan_oil_events = 0; -int64_t qpim_scan_oil_last = 0; -int64_t qpim_nexthop_lookups = 0;  int qpim_packet_process = PIM_DEFAULT_PACKET_PROCESS;  uint8_t qpim_ecmp_enable = 0;  uint8_t qpim_ecmp_rebalance_enable = 0;  | 
