mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 16:13:51 +00:00
Merge pull request #16115 from Jafaral/pim-ssm-any
pimd: fix crash when mixing ssm/any-source joins
This commit is contained in:
commit
85120c06f1
@ -457,8 +457,6 @@ struct gm_source *igmp_get_source_by_addr(struct gm_group *group,
|
|||||||
|
|
||||||
listnode_add(group->group_source_list, src);
|
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;
|
return src;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user