]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Add a conditional guard if zvrf lookup fail
authorStephen Worley <sworley@cumulusnetworks.com>
Tue, 9 Jul 2019 15:10:49 +0000 (11:10 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Tue, 9 Jul 2019 15:30:49 +0000 (11:30 -0400)
commit822c9af2302e4e53708a169513ddfc6de755c69e
tree522ac49aa8086f301920fddac9df9432f2ed3a1b
parent379ae68584f6b32db268d83651ca1bd39688f891
zebra: Add a conditional guard if zvrf lookup fail

Add a conditional to guard against segfaulting on the debug
statement when zvrf lookup fails.

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