From 76bfa0302c0afa2b0f63b35f71baca40a353709a Mon Sep 17 00:00:00 2001 From: Mobashshera Rasool Date: Sun, 27 Feb 2022 23:06:18 -0800 Subject: 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 --- pimd/pim_nht.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pimd/pim_nht.c') diff --git a/pimd/pim_nht.c b/pimd/pim_nht.c index 3babddd877..753857005a 100644 --- a/pimd/pim_nht.c +++ b/pimd/pim_nht.c @@ -279,7 +279,7 @@ void pim_nht_bsr_del(struct pim_instance *pim, struct in_addr addr) } 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) { struct pim_nexthop_cache *pnc = NULL; struct pim_nexthop_cache lookup; -- cgit v1.2.3