0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 09:41:54 +00:00

Merge commit '92f8878cbf5d8ad9e9b909a9dcbb2112de54a542' into integrated

This commit is contained in:
Ondrej Zajicek 2014-04-29 12:52:39 +02:00
commit 411e8b1de2

View File

@ -34,6 +34,9 @@ dev_ifa_notify(struct proto *p, unsigned c, struct ifa *ad)
/* Empty list is automagically treated as "*" */
return;
if (ad->flags & IA_SECONDARY)
return;
if (ad->scope <= SCOPE_LINK)
return;