mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-03 07:31:54 +00:00
Merge commit '2a0130f94d2304e316f0ffad8e52fce094559782' into integrated
This commit is contained in:
commit
abb93d9846
@ -731,6 +731,13 @@ krt_prune(struct krt_proto *p)
|
||||
/* Route rejected, should not happen (KRF_INSTALLED) but to be sure .. */
|
||||
verdict = (verdict == KRF_CREATE) ? KRF_IGNORE : KRF_DELETE;
|
||||
}
|
||||
else
|
||||
{
|
||||
ea_list **x = &tmpa;
|
||||
while (*x)
|
||||
x = &((*x)->next);
|
||||
*x = new ? new->attrs->eattrs : NULL;
|
||||
}
|
||||
}
|
||||
|
||||
switch (verdict)
|
||||
|
Loading…
Reference in New Issue
Block a user