mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-05 17:17:36 +00:00
Merge pull request #8831 from sworleys/Fix-No-Ospf-Func
ospf6d: fix undefined function
This commit is contained in:
commit
352cc841d8
@ -1640,7 +1640,7 @@ void ospf6_interface_start(struct ospf6_interface *oi)
|
|||||||
ospf6_interface_enable(oi);
|
ospf6_interface_enable(oi);
|
||||||
|
|
||||||
/* If the router is ABR, originate summary routes */
|
/* If the router is ABR, originate summary routes */
|
||||||
if (ospf6_is_router_abr(ospf6))
|
if (ospf6_check_and_set_router_abr(ospf6))
|
||||||
ospf6_abr_enable_area(oa);
|
ospf6_abr_enable_area(oa);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user