mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-04 18:27:53 +00:00
zebra_vrf lookup fix in upstream VRF patches
Ticket: Reviewed By: Testing Done: <DETAILED DESCRIPTION (REPLACE)>
This commit is contained in:
parent
8f7d9fc088
commit
92955671de
@ -79,9 +79,6 @@ static const struct
|
||||
/* no entry/default: 150 */
|
||||
};
|
||||
|
||||
/* Vector for routing table. */
|
||||
static vector zebra_vrf_vector;
|
||||
|
||||
/*
|
||||
* nexthop_type_to_str
|
||||
*/
|
||||
@ -4178,7 +4175,7 @@ zebra_vrf_alloc (vrf_id_t vrf_id)
|
||||
struct zebra_vrf *
|
||||
zebra_vrf_lookup (vrf_id_t vrf_id)
|
||||
{
|
||||
return vector_lookup (zebra_vrf_vector, vrf_id);
|
||||
return vrf_info_lookup (vrf_id);
|
||||
}
|
||||
|
||||
/* Lookup the routing table in an enabled VRF. */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user