]> git.proxmox.com Git - mirror_frr.git/commit
pimd: No need to rescan upstream list on rpf change
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 28 Mar 2019 14:27:57 +0000 (10:27 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 28 Mar 2019 14:30:35 +0000 (10:30 -0400)
commit4f9aec30ead36414971ffb1317a3f23d6b413206
tree48a04108826962992d5a1d13eec827b4672b2045
parent5264c1cc6407d631adbcf40aca7a7877fbafa247
pimd: No need to rescan upstream list on rpf change

The code as written will scan the entirety of all pim upstreams
on a rpf change, this is not necessary because we know that when
we get a nexthop change we already scan the upstreams reliant
on that and do this work.  There is no need to do this again a
short time later.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_zebra.c