CVSROOT: /cvs Module name: src Changes by: [email protected] 2025/10/15 05:25:45
Modified files:
sbin/slaacd : slaacd.c
Log message:
slaacd(8) does not (yet?) track if routes it added are deleted behind
its back. It 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.
