mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 13:23:44 +00:00
PIM After LHR swp bounce toward rx host, igmp_source_forward_start
failure message repeats in log Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com> Ticket: CM-13340
This commit is contained in:
parent
7d1c3a085a
commit
0afd31c92b
@ -1082,8 +1082,11 @@ void igmp_source_forward_start(struct igmp_source *source)
|
||||
group->group_igmp_sock->interface,
|
||||
PIM_OIF_FLAG_PROTO_IGMP);
|
||||
if (result) {
|
||||
zlog_warn("%s: add_oif() failed with return=%d",
|
||||
__func__, result);
|
||||
if (PIM_DEBUG_MROUTE)
|
||||
{
|
||||
zlog_warn("%s: add_oif() failed with return=%d",
|
||||
__func__, result);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user