mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-17 20:20:12 +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)
|
||||
return;
|
||||
|
||||
if (oi->area)
|
||||
if (oi->area) {
|
||||
/* Recompute cost */
|
||||
ospf6_interface_recalculate_cost(oi);
|
||||
return;
|
||||
}
|
||||
|
||||
ospf6 = oi->interface->vrf->info;
|
||||
if (!ospf6)
|
||||
|
Loading…
Reference in New Issue
Block a user