]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
inet6: Only log RA's when they are from a new server
authorRoy Marples <roy@marples.name>
Fri, 17 Apr 2020 12:22:54 +0000 (13:22 +0100)
committerRoy Marples <roy@marples.name>
Fri, 17 Apr 2020 12:22:54 +0000 (13:22 +0100)
commit326388860ee14f6ab2a511be6187e03e257c787f
tree87e50fac47f0e2e379eef70f263ddf441ac208d2
parent023d14bec128f9031ec694c7a84fcabeedb68366
inet6: Only log RA's when they are from a new server

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.
src/ipv6nd.c