mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Temporary OSPFv3 development commit
This commit is contained in:
@@ -71,6 +71,7 @@ ea__find(ea_list *e, unsigned id)
|
||||
|
||||
while (e)
|
||||
{
|
||||
/*
|
||||
if (e->flags & EALF_BISECT)
|
||||
{
|
||||
l = 0;
|
||||
@@ -88,6 +89,7 @@ ea__find(ea_list *e, unsigned id)
|
||||
}
|
||||
}
|
||||
else
|
||||
*/
|
||||
for(m=0; m<e->count; m++)
|
||||
if (e->attrs[m].id == id)
|
||||
return &e->attrs[m];
|
||||
|
||||
Reference in New Issue
Block a user