]> git.proxmox.com Git - mirror_frr.git/commit - lib/vrf.c
lib: default VRF may not exist on early exit
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 11 Nov 2021 16:23:55 +0000 (17:23 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 14 Dec 2021 17:12:25 +0000 (18:12 +0100)
commitb8984d4e907af870a2ec4baa50f6d246dd658e08
tree17215dfb72aae9589bc4fa45ff825a5338e76889
parentb1dc60f4ab104dd63d02df196654756891c06ac1
lib: default VRF may not exist on early exit

If we're exiting before we finished initializing, we can end up trying
to shut down a NULL vrf here.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/vrf.c