]> git.proxmox.com Git - mirror_frr.git/commit
pimd: fix DR at LHR scenario where non DR is connected to RP
authorsaravanank <saravanank@vmware.com>
Mon, 20 May 2019 17:01:34 +0000 (10:01 -0700)
committersaravanank <saravanank@vmware.com>
Thu, 13 Jun 2019 02:07:13 +0000 (19:07 -0700)
commit50d06d9e561affb999a1a7c893e260f50d4fe1c6
tree16414330039eebb90eec7457b03cecdc44277549
parent8b40649e0d728ab8b74a8c9dc2434f638e06b36c
pimd: fix DR at LHR scenario where non DR is connected to RP

In Scenario where receiver is present in a subnet where 2 or more pim mrouters.
When IGMP query received on a DR interface and RP is reachable through non DR.
Currently we are blocking to create upstream where iif == oif. So pim join
not generated towards RP. We have to allow the DR router in the network to create an upstream.

Signed-off-by: Saravanan K <saravanank@vmware.com>
pimd/pim_oil.c
pimd/pim_zebra.c