mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 15:33:56 +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,
|
group->group_igmp_sock->interface,
|
||||||
PIM_OIF_FLAG_PROTO_IGMP);
|
PIM_OIF_FLAG_PROTO_IGMP);
|
||||||
if (result) {
|
if (result) {
|
||||||
zlog_warn("%s: add_oif() failed with return=%d",
|
if (PIM_DEBUG_MROUTE)
|
||||||
__func__, result);
|
{
|
||||||
|
zlog_warn("%s: add_oif() failed with return=%d",
|
||||||
|
__func__, result);
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user