0
0
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:
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 "*" */ /* 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;