diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-08-11 00:04:20 +0000 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-21 20:26:06 -0500 | 
| commit | e3be04328f601963c825c722355f62c4b4e7cb31 (patch) | |
| tree | 5ea05fcdf1d6c77bb4124650d9431fb47aa54af1 /pimd/pim_zlookup.h | |
| parent | dfbbce1dcec213368beb4a0e3d24dcf8f1e06acd (diff) | |
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 d92eb089b1..4dea5750c5 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 */  | 
