diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-07-13 17:41:41 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-07-13 17:41:41 +0200 |
commit | 3667e8a081ee4e036c1ffb7cf8f14477c051478f (patch) | |
tree | 4c7d7fb1c58f1132987866377ba3714a7d814481 /pimd/pim_mroute.h | |
parent | bgpd: Disallow ebgp-multihop on swpX peers (diff) | |
download | frr-3667e8a081ee4e036c1ffb7cf8f14477c051478f.tar.xz frr-3667e8a081ee4e036c1ffb7cf8f14477c051478f.zip |
pimd: Add generic function to retrieve mroute stats
Add a generic function to retrieve mroute statistics
from the kernel.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_mroute.h')
-rw-r--r-- | pimd/pim_mroute.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_mroute.h b/pimd/pim_mroute.h index 25532614a..176fb81cb 100644 --- a/pimd/pim_mroute.h +++ b/pimd/pim_mroute.h @@ -174,4 +174,5 @@ int pim_mroute_del(struct channel_oil *c_oil); int pim_mroute_msg(int fd, const char *buf, int buf_size); +void pim_mroute_update_counters (struct channel_oil *c_oil); #endif /* PIM_MROUTE_H */ |