]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
DHCP6: Don't spam the log when a RA repeatedly triggers an INFORM
authorRoy Marples <roy@marples.name>
Fri, 1 Oct 2021 15:25:53 +0000 (16:25 +0100)
committerRoy Marples <roy@marples.name>
Fri, 1 Oct 2021 15:25:53 +0000 (16:25 +0100)
commit3b1f557d1c004b4cb796eb189c96281375468766
treec8d55aba62918d030aae00838c3ae555c9994b73
parent18da9b9155a4967da8648760c2ec4bce63a55ff0
DHCP6: Don't spam the log when a RA repeatedly triggers an INFORM

This can occur if the RA reduces the prefix times in accordance
with it's own lifetimes for example.
dhcpcd only checks if the RA contents have changed to trigger a
new INFORM.

As such, only log about new INFORMs.

Fixes #46.
src/dhcp6.c
src/dhcp6.h