]> git.puffer.fish Git - mirror/frr.git/commitdiff
PIM After LHR swp bounce toward rx host, igmp_source_forward_start
authorDaniel Walton <dwalton@cumulusnetworks.com>
Wed, 2 Nov 2016 18:03:00 +0000 (18:03 +0000)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:13 +0000 (20:26 -0500)
failure message repeats in log

Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Ticket: CM-13340

pimd/pim_zebra.c

index 3189024f849fd0b70a9e158fdc811dba1d94e3c6..4936ca8ff6841e37ab897856c4c3e2a7e9da8d3c 100644 (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;
   }