]> git.proxmox.com Git - mirror_frr.git/commit
pimd: Prevent igmp packet loopback.
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 29 Jun 2016 12:31:19 +0000 (08:31 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 29 Jun 2016 12:53:18 +0000 (08:53 -0400)
commit5bbcd1f0fd82e0e982700dbc12dd959629e91b58
tree68af8011b94b5a9cd9fec093cb382fd67220c439
parente6dad1abe56451babc0b76f05d443288e9ec8461
pimd: Prevent igmp packet loopback.

pim is joining the 224.0.0.13 and 224.0.0.22 groups
This is causing the creation of (*, 224.0.0.13) and
(*, 224.0.0.22) multicast routes which are immediately
sent to the pim network.

If we are the originator of the igmp report than
there is no need to accept the packet for
processing.

Ticket: CM-11397
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_igmp.c