summaryrefslogtreecommitdiff
path: root/pimd/pim_nht.h
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_nht.h')
-rw-r--r--pimd/pim_nht.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_nht.h b/pimd/pim_nht.h
index 568c2eb232..d51f622ece 100644
--- a/pimd/pim_nht.h
+++ b/pimd/pim_nht.h
@@ -76,6 +76,6 @@ void pim_nht_bsr_add(struct pim_instance *pim, struct in_addr bsr_addr);
void pim_nht_bsr_del(struct pim_instance *pim, struct in_addr bsr_addr);
/* RPF(bsr_addr) == src_ip%src_ifp? */
bool pim_nht_bsr_rpf_check(struct pim_instance *pim, struct in_addr bsr_addr,
- struct interface *src_ifp, struct in_addr src_ip);
+ struct interface *src_ifp, pim_addr src_ip);
#endif