diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2022-01-14 20:02:36 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2022-02-14 06:45:03 +0100 | 
| commit | 2b844385dc5fcd26dd5dd816d25bb1090435fe3e (patch) | |
| tree | e673a5ca3809511cf5b7b93aceed15f75641d67c /pimd/pim_ifchannel.h | |
| parent | efd66f7bad62cbeb7c5987bf834099920a27813a (diff) | |
pim6d: IPv6-adjust pim_ifchannel_*
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_ifchannel.h')
| -rw-r--r-- | pimd/pim_ifchannel.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/pimd/pim_ifchannel.h b/pimd/pim_ifchannel.h index ab405202e3..0c5b6780d1 100644 --- a/pimd/pim_ifchannel.h +++ b/pimd/pim_ifchannel.h @@ -126,10 +126,10 @@ void pim_ifchannel_delete_on_noinfo(struct interface *ifp);  struct pim_ifchannel *pim_ifchannel_find(struct interface *ifp, pim_sgaddr *sg);  struct pim_ifchannel *pim_ifchannel_add(struct interface *ifp, pim_sgaddr *sg,  					uint8_t ch_flags, int up_flags); -void pim_ifchannel_join_add(struct interface *ifp, struct in_addr neigh_addr, -			    struct in_addr upstream, pim_sgaddr *sg, +void pim_ifchannel_join_add(struct interface *ifp, pim_addr neigh_addr, +			    pim_addr upstream, pim_sgaddr *sg,  			    uint8_t source_flags, uint16_t holdtime); -void pim_ifchannel_prune(struct interface *ifp, struct in_addr upstream, +void pim_ifchannel_prune(struct interface *ifp, pim_addr upstream,  			 pim_sgaddr *sg, uint8_t source_flags,  			 uint16_t holdtime);  int pim_ifchannel_local_membership_add(struct interface *ifp, pim_sgaddr *sg,  | 
