diff options
author | Daniel Baumann <daniel@debian.org> | 2024-12-24 08:32:19 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-12-24 08:32:19 +0100 |
commit | d1f707efc3252786252b10e49a397d0461710e58 (patch) | |
tree | aa2fc03aa522e5d8494fd6fae2a3fcb588815e3f /pimd/pim_iface.c | |
parent | Adding upstream version 10.2. (diff) | |
download | frr-upstream.tar.xz frr-upstream.zip |
Adding upstream version 10.2.1.upstream/10.2.1upstream
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'pimd/pim_iface.c')
-rw-r--r-- | pimd/pim_iface.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pimd/pim_iface.c b/pimd/pim_iface.c index 20e3ba18..19460aa4 100644 --- a/pimd/pim_iface.c +++ b/pimd/pim_iface.c @@ -1464,8 +1464,7 @@ static void pim_if_gm_join_del_all(struct interface *ifp) return; for (ALL_LIST_ELEMENTS(pim_ifp->gm_join_list, node, nextnode, ij)) - pim_if_gm_join_del(ifp, ij->group_addr, ij->source_addr, - GM_JOIN_STATIC); + pim_if_gm_join_del(ifp, ij->group_addr, ij->source_addr, ij->join_type); } ferr_r pim_if_static_group_add(struct interface *ifp, pim_addr group_addr, |