mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
Merge 4cd8ee27a3
into 3dd4d417be
This commit is contained in:
commit
6a68b3c75d
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue