mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-03-23 14:57:02 +00:00
Merge commit '92f8878cbf5d8ad9e9b909a9dcbb2112de54a542' into integrated
This commit is contained in:
commit
411e8b1de2
@ -34,6 +34,9 @@ dev_ifa_notify(struct proto *p, unsigned c, struct ifa *ad)
|
|||||||
/* Empty list is automagically treated as "*" */
|
/* Empty list is automagically treated as "*" */
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if (ad->flags & IA_SECONDARY)
|
||||||
|
return;
|
||||||
|
|
||||||
if (ad->scope <= SCOPE_LINK)
|
if (ad->scope <= SCOPE_LINK)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user