CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/08/26 12:52:56
Modified files:
sbin/dhclient : kroute.c
Log message:
Since we no longer try to uniquely label routes added
by dhclients, there is no need to retry adding a route
if the first attempt fails with EEXIST. And EUNREACHABLE
should be considered final since the address if any is
already configured.
Use log_getverbose() to allow logging of EEXIST errors.
