Skip to content

Commit

Permalink
pimd: fix crash when mixed ssm/any source are received on the same in…
Browse files Browse the repository at this point in the history
…terface

Fixes: FRRouting#15630

Signed-off-by: Jafar Al-Gharaibeh <[email protected]>
  • Loading branch information
Jafaral committed May 30, 2024
1 parent fd8a2c4 commit 4824555
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pimd/pim_igmpv3.c
Original file line number Diff line number Diff line change
Expand Up @@ -457,8 +457,6 @@ struct gm_source *igmp_get_source_by_addr(struct gm_group *group,

listnode_add(group->group_source_list, src);

/* Any source (*,G) is forwarded only if mode is EXCLUDE {empty} */
igmp_anysource_forward_stop(group);
return src;
}

Expand Down

0 comments on commit 4824555

Please sign in to comment.