]> git.proxmox.com Git - mirror_frr.git/commit - lib/zclient.c
lib: Fix crash in 'no vrf' command
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 13 May 2016 12:24:50 +0000 (12:24 +0000)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 13 May 2016 14:32:04 +0000 (10:32 -0400)
commitbeef199002568adfc8d64f0bda289ace3e2badd2
tree9211c125e0176e013afa9f2078a433ea058150b5
parent8902474bd30dd843f0c35424e273718f7079a795
lib: Fix crash in 'no vrf' command

If a routing protocol does not have a vrf
configed and the vrf happens to be down
a 'no vrf X' line will cause the system
to crash.

This fixes the issue, I do believe though
that we need to revisit the issue and re-think
start/stop/config/unconfig of vrf's a bit more.

Ticket: CM-10952
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Signed-off-by: Dinesh Dutt <ddutt@cumulusnetworks.com>
lib/zclient.c