summaryrefslogtreecommitdiff
path: root/pimd/pim_zlookup.h
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2022-01-18 11:54:36 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2022-02-16 16:32:26 +0100
commit00b1f412a1a59650054973cc49bbbbf44f7285b0 (patch)
tree6b5dc78ba1b1e3ba7763f2267e98729edfe76ed6 /pimd/pim_zlookup.h
parent101b31041a1ed9292c00c1c476982b50592e06c0 (diff)
pim6d: IPv6-adjust RPF lookups
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_zlookup.h')
-rw-r--r--pimd/pim_zlookup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_zlookup.h b/pimd/pim_zlookup.h
index 09e8dcd51f..c3818dbdbc 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);