summaryrefslogtreecommitdiff
path: root/pimd/pim_nht.h
diff options
context:
space:
mode:
authorMobashshera Rasool <mrasool@vmware.com>2022-02-27 23:06:18 -0800
committerMobashshera Rasool <mrasool@vmware.com>2022-03-25 03:57:19 -0700
commit76bfa0302c0afa2b0f63b35f71baca40a353709a (patch)
tree5a19ad1ddf18cdcbf62cc7fc3038029a1a63ef5e /pimd/pim_nht.h
parent619a6623cb6de83f1266beda17842cd1814e5d39 (diff)
pim6d: Parse BSM packet for PIMv6
Modify pim_bsm_process to accomodate v4 and v6 address for parsing the received packet. Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
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