]> git.puffer.fish Git - mirror/frr.git/commit
lib: fix crash in show nexthop when vrf deleted 6939/head
authorStephen Worley <sworley@cumulusnetworks.com>
Tue, 18 Aug 2020 15:24:22 +0000 (11:24 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Tue, 18 Aug 2020 18:54:50 +0000 (14:54 -0400)
commitc40e9806011eb4475e6dd7c41234376f944cb904
tree89f06b6dad2027b453324538be6d4dbeb630ced3
parent48f8e0fddec17c17fa8997537cfc7c88a5bcbda8
lib: fix crash in show nexthop when vrf deleted

Fix a crash where if we issue a show run after a vrf has been
deleted we would crash here due to not null checking.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
lib/nexthop_group.c