diff options
| author | Mobashshera Rasool <mrasool@vmware.com> | 2022-01-17 02:07:39 -0800 |
|---|---|---|
| committer | Mobashshera Rasool <mrasool@vmware.com> | 2022-02-28 10:36:04 -0800 |
| commit | 17280eee1f64d3b9f91ac8c36b0cc550df5923f9 (patch) | |
| tree | 0383d913b21f9f6e034e97d4271080b6e1e23414 /pimd/pim_join.h | |
| parent | ee95029ac41e1d3328e1409dcec477717a24a6f7 (diff) | |
pimd: Handle pim join/prune recv flow for ipv6
Making the code changes to handle both ipv4 and ipv6 in the same code
Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
Diffstat (limited to 'pimd/pim_join.h')
| -rw-r--r-- | pimd/pim_join.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pimd/pim_join.h b/pimd/pim_join.h index 5d28f2ba3c..b359f2e5b7 100644 --- a/pimd/pim_join.h +++ b/pimd/pim_join.h @@ -27,8 +27,7 @@ #include "pim_neighbor.h" int pim_joinprune_recv(struct interface *ifp, struct pim_neighbor *neigh, - struct in_addr src_addr, uint8_t *tlv_buf, - int tlv_buf_size); + pim_addr src_addr, uint8_t *tlv_buf, int tlv_buf_size); int pim_joinprune_send(struct pim_rpf *nexthop, struct list *groups); |
