]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Stop crash in show of single interface 4244/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 2 May 2019 14:37:04 +0000 (10:37 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 2 May 2019 14:37:04 +0000 (10:37 -0400)
commit859ea2dea0d46c6a67897b019e5aa6c9d5dcd83d
treea8f622ea44f1a32595742beac011867aba19047a
parentf6c8a6d7bcb87239251ead987e5b169e564410ab
pimd: Stop crash in show of single interface

There exists a possiblity that we have upstream data but
at this point in time the rpf failed because there is no
path.  As such the rpf interface will be NULL and we
should not necessarily trust it.  Prevent a crash

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