mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-18 05:06:10 +00:00
Merge pull request #11784 from anlancs/fix/ospfd-cost-zebra-speed
ospf6d: fix missing cost change
This commit is contained in:
commit
b481e15d7e
@ -1719,8 +1719,11 @@ void ospf6_interface_start(struct ospf6_interface *oi)
|
|||||||
if (oi->area_id_format == OSPF6_AREA_FMT_UNSET)
|
if (oi->area_id_format == OSPF6_AREA_FMT_UNSET)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (oi->area)
|
if (oi->area) {
|
||||||
|
/* Recompute cost */
|
||||||
|
ospf6_interface_recalculate_cost(oi);
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
ospf6 = oi->interface->vrf->info;
|
ospf6 = oi->interface->vrf->info;
|
||||||
if (!ospf6)
|
if (!ospf6)
|
||||||
|
Loading…
Reference in New Issue
Block a user