mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 10:08:41 +00:00
Merge pull request #16132 from FRRouting/mergify/bp/stable/9.1/pr-16115
pimd: fix crash when mixing ssm/any-source joins (backport #16115)
This commit is contained in:
commit
94f3cbc7c9
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user