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:
Daniel Walton 2016-11-02 18:03:00 +00:00 committed by Donald Sharp
parent 7d1c3a085a
commit 0afd31c92b

View File

@ -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;
}