summaryrefslogtreecommitdiffstats
path: root/pimd/pim_zebra.c
diff options
context:
space:
mode:
authorEverton Marques <everton.marques@gmail.com>2009-08-17 18:18:59 -0300
committerEverton Marques <everton.marques@gmail.com>2009-10-02 10:44:32 -0300
commit3056a82ce680fae73a7a8a3e617641a7be07329c (patch)
tree0a021de778dc2d651137f1aa47d9425b8ff964ed /pimd/pim_zebra.c
parentd731f60597048350bb72f79390e26ca6635258da (diff)
downloadquagga-3056a82ce680fae73a7a8a3e617641a7be07329c.tar.bz2
quagga-3056a82ce680fae73a7a8a3e617641a7be07329c.tar.xz
[pim] More RPF cache refresh statistics
Diffstat (limited to 'pimd/pim_zebra.c')
-rw-r--r--pimd/pim_zebra.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_zebra.c b/pimd/pim_zebra.c
index 9764532b..3530434d 100644
--- a/pimd/pim_zebra.c
+++ b/pimd/pim_zebra.c
@@ -447,6 +447,7 @@ static int on_rpf_cache_refresh(struct thread *t)
/* update kernel multicast forwarding cache (MFC) */
scan_oil();
+ qpim_rpf_cache_refresh_last = pim_time_monotonic_sec();
++qpim_rpf_cache_refresh_events;
return 0;