mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 06:05:58 +00:00
lib: Get the weight from Zebra
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
045029e244
commit
83b4706f30
@ -2134,6 +2134,7 @@ struct nexthop *nexthop_from_zapi_nexthop(const struct zapi_nexthop *znh)
|
||||
n->ifindex = znh->ifindex;
|
||||
n->gate = znh->gate;
|
||||
n->srte_color = znh->srte_color;
|
||||
n->weight = znh->weight;
|
||||
|
||||
/*
|
||||
* This function currently handles labels
|
||||
|
Loading…
Reference in New Issue
Block a user