diff options
author | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-07-23 05:34:27 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-22 02:26:03 +0100 |
commit | 7bd2c6fa0a1fdff6cb0a52b7427534d4d912b32d (patch) | |
tree | 81d9f47e8359bcd98d8962362d2f3cab20a5487e /pimd/pim_ifchannel.h | |
parent | pimd: Convert pim_ifchannel_join_add to struct prefix *sg (diff) | |
download | frr-7bd2c6fa0a1fdff6cb0a52b7427534d4d912b32d.tar.xz frr-7bd2c6fa0a1fdff6cb0a52b7427534d4d912b32d.zip |
pimd: Convert pim_ifchannel_prune to use struct prefix *sg
Convert the pim_ifchannel_prune function to use a struct
prefix *sg for the source group.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_ifchannel.h')
-rw-r--r-- | pimd/pim_ifchannel.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pimd/pim_ifchannel.h b/pimd/pim_ifchannel.h index 17678f742..1fb066445 100644 --- a/pimd/pim_ifchannel.h +++ b/pimd/pim_ifchannel.h @@ -115,8 +115,7 @@ void pim_ifchannel_join_add(struct interface *ifp, uint16_t holdtime); void pim_ifchannel_prune(struct interface *ifp, struct in_addr upstream, - struct in_addr source_addr, - struct in_addr group_addr, + struct prefix *sg, uint8_t source_flags, uint16_t holdtime); void pim_ifchannel_local_membership_add(struct interface *ifp, |