diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-08-11 02:04:20 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-22 02:26:06 +0100 |
commit | e3be04328f601963c825c722355f62c4b4e7cb31 (patch) | |
tree | 5ea05fcdf1d6c77bb4124650d9431fb47aa54af1 /pimd/pim_zlookup.h | |
parent | pimd: Fix igmp(*,G) not influencing S,G mroutes (diff) | |
download | frr-e3be04328f601963c825c722355f62c4b4e7cb31.tar.xz frr-e3be04328f601963c825c722355f62c4b4e7cb31.zip |
lib, pimd, zebra: Allow pimd to ask the kernel about mroute info
When we need to lookup the mroute info for a route. Allow
pimd to ask the kernel.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_zlookup.h')
-rw-r--r-- | pimd/pim_zlookup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_zlookup.h b/pimd/pim_zlookup.h index d92eb089b..4dea5750c 100644 --- a/pimd/pim_zlookup.h +++ b/pimd/pim_zlookup.h @@ -44,4 +44,5 @@ int zclient_lookup_nexthop(struct pim_zlookup_nexthop nexthop_tab[], void pim_zlookup_show_ip_multicast (struct vty *vty); +int pim_zlookup_sg_statistics (struct channel_oil *c_oil); #endif /* PIM_ZLOOKUP_H */ |