We cannot log them normally as there are implementations which
vary the expiry times based on their own times so each message is
different. As such, we only log from new servers or coming back
from expiration.
* much needless log spam. */
if (rap->willexpire)
new_data = true;
- loglevel = new_data || !rap->isreachable ? LOG_INFO : LOG_DEBUG,
+ loglevel = new_rap || rap->willexpire || !rap->isreachable ?
+ LOG_INFO : LOG_DEBUG,
logmessage(loglevel, "%s: Router Advertisement from %s",
ifp->name, rap->sfrom);