diff options
author | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-07-23 05:42:11 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-22 02:26:03 +0100 |
commit | 69283639958151a3941369804fcfaa3b9f14a150 (patch) | |
tree | 4794c95264ebac5aa0b0b8548a591c9b9be2b72e /pimd/pim_ifchannel.h | |
parent | pimd: Convert pim_ifchannel_prune to use struct prefix *sg (diff) | |
download | frr-69283639958151a3941369804fcfaa3b9f14a150.tar.xz frr-69283639958151a3941369804fcfaa3b9f14a150.zip |
pimd: convert pim_ifchannel_local_membership_add to use struct prefix sg
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 1fb066445..3b7e2806a 100644 --- a/pimd/pim_ifchannel.h +++ b/pimd/pim_ifchannel.h @@ -119,8 +119,7 @@ void pim_ifchannel_prune(struct interface *ifp, uint8_t source_flags, uint16_t holdtime); void pim_ifchannel_local_membership_add(struct interface *ifp, - struct in_addr source_addr, - struct in_addr group_addr); + struct prefix *sg); void pim_ifchannel_local_membership_del(struct interface *ifp, struct in_addr source_addr, struct in_addr group_addr); |