mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 06:29:40 +00:00
Merge pull request #9426 from pguibert6WIND/evpn_igp_metric
bgpd: imported evpn rt5 routes copy igpmetric
This commit is contained in:
commit
e71f76f4fb
@ -2385,6 +2385,7 @@ bgp_create_evpn_bgp_path_info(struct bgp_path_info *parent_pi,
|
||||
memcpy(&pi->extra->label, &parent_pi->extra->label,
|
||||
sizeof(pi->extra->label));
|
||||
pi->extra->num_labels = parent_pi->extra->num_labels;
|
||||
pi->extra->igpmetric = parent_pi->extra->igpmetric;
|
||||
}
|
||||
bgp_path_info_add(dest, pi);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user