diff options
| author | Mobashshera Rasool <mrasool@vmware.com> | 2022-02-27 23:06:18 -0800 |
|---|---|---|
| committer | Mobashshera Rasool <mrasool@vmware.com> | 2022-03-25 03:57:19 -0700 |
| commit | 76bfa0302c0afa2b0f63b35f71baca40a353709a (patch) | |
| tree | 5a19ad1ddf18cdcbf62cc7fc3038029a1a63ef5e /pimd/pim_nht.c | |
| parent | 619a6623cb6de83f1266beda17842cd1814e5d39 (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.c')
| -rw-r--r-- | pimd/pim_nht.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
