CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2025/10/15 05:25:13

Modified files:
        sbin/dhcp6leased: dhcp6leased.c 

Log message:
dhcp6leased(8) does not (yet?) track if routes it added are deleted
behind its back. When a lease gets renewed dhcpleased simply adds
routes and lets the kernel sort duplicates out.

This however leads to "failed to send route message: File exists"
messages in /var/log/daemon which are confusing. Since this is
expected, do not log it as an error. dhcpleased(8) has been doing this
for a long time.

Reminded by Brian Conway.

Reply via email to