This commit is contained in:
Louis Scalbert 2025-04-29 16:22:43 +00:00 committed by GitHub
commit 6a68b3c75d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -339,11 +339,6 @@ static int zebra_vrf_delete(struct vrf *vrf)
otable_fini(&zvrf->other_tables);
XFREE(MTYPE_ZEBRA_VRF, zvrf);
if (vrf->ns_ctxt) {
ns_delete(vrf->ns_ctxt);
vrf->ns_ctxt = NULL;
}
vrf->info = NULL;
return 0;