CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2014/12/08 19:27:54
Modified files: sbin/dhclient : dhclient.c Log message: Move the initial link status check and possible forceup back before the routing socket initialization. Otherwise certain combinations of UP/RUNNING/active will generate the deadly RTM_IFINFO with RTF_UP == 0 and kill the client. Add comment to nail this section in place.