diff options
| author | Sarita Patra <saritap@vmware.com> | 2022-10-12 21:37:28 -0700 |
|---|---|---|
| committer | Sarita Patra <saritap@vmware.com> | 2022-10-20 01:11:52 -0700 |
| commit | dce0f7468d4b1f3bb39dfdd0e768138bebb08b0d (patch) | |
| tree | 55389e08a91661fa60511aceb0dd80ab319b36ba /pimd/pim_util.h | |
| parent | a00621d8b90cb1ddb91557f778c56b89a0b6e1ac (diff) | |
pimd, pim6d: Define pim_addr_is_multicast API
pim_addr_is_multicast API will check if the address is multicast
address or not.
Signed-off-by: Sarita Patra <saritap@vmware.com>
Diffstat (limited to 'pimd/pim_util.h')
| -rw-r--r-- | pimd/pim_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pimd/pim_util.h b/pimd/pim_util.h index a4362bef90..6af79ddf6c 100644 --- a/pimd/pim_util.h +++ b/pimd/pim_util.h @@ -37,4 +37,5 @@ 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, pim_addr *grp); int pim_get_all_mcast_group(struct prefix *prefix); +bool pim_addr_is_multicast(pim_addr addr); #endif /* PIM_UTIL_H */ |
