diff options
Diffstat (limited to 'pimd/pim_zlookup.h')
-rw-r--r-- | pimd/pim_zlookup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_zlookup.h b/pimd/pim_zlookup.h index 09e8dcd51..c3818dbdb 100644 --- a/pimd/pim_zlookup.h +++ b/pimd/pim_zlookup.h @@ -39,7 +39,7 @@ void zclient_lookup_free(void); int zclient_lookup_nexthop(struct pim_instance *pim, struct pim_zlookup_nexthop nexthop_tab[], - const int tab_size, struct in_addr addr, + const int tab_size, pim_addr addr, int max_lookup); void pim_zlookup_show_ip_multicast(struct vty *vty); |