]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Fix crash in mroute debug 2931/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 28 Aug 2018 14:35:35 +0000 (10:35 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 28 Aug 2018 14:35:35 +0000 (10:35 -0400)
commit5b4256ca42217a449b47987789d59e1729236535
treebd84368926833503e43538132202f21e3e21eeb6
parent3e83237244b672aeac1cad360d2e66ea1be20fe9
zebra: Fix crash in mroute debug

There exists a possibility that the ifindex we are passed
does not exist and as such we should check for it not
resolving as part of the debug.

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