]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Do not allow deletion of output interface.
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 29 Nov 2016 15:49:00 +0000 (10:49 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:17 +0000 (20:26 -0500)
commitd52ff9b703bf4084a6a8fcd6c2e465c6f61d65b4
treeae27c13cc1f1f2df9a813ee24ae9ff1b07195925
parenta23ee35b2b5baf2453a0f5a0f2a3f53b6469fc26
pimd: Do not allow deletion of output interface.

There exists conditions where PIM will have it's
upstream route removed and an unreachable route
is installed that points out the downstream
interface.  This unreachable route is removed
from bgp as soon as it's path selection algorithim
works properly, but pim has already deleted
the oif and never puts it back in.

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