diff options
Diffstat (limited to 'pimd/pim_util.h')
| -rw-r--r-- | pimd/pim_util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pimd/pim_util.h b/pimd/pim_util.h index c66dd7b660..a4362bef90 100644 --- a/pimd/pim_util.h +++ b/pimd/pim_util.h @@ -35,5 +35,6 @@ void pim_pkt_dump(const char *label, const uint8_t *buf, int size); int pim_is_group_224_0_0_0_24(struct in_addr group_addr); int pim_is_group_224_4(struct in_addr group_addr); -bool pim_is_group_filtered(struct pim_interface *pim_ifp, struct in_addr *grp); +bool pim_is_group_filtered(struct pim_interface *pim_ifp, pim_addr *grp); +int pim_get_all_mcast_group(struct prefix *prefix); #endif /* PIM_UTIL_H */ |
