svn commit: r317755 - head/sbin/ifconfig
Ryan Stone
rysto32 at gmail.com
Wed May 3 17:39:05 UTC 2017
On Wed, May 3, 2017 at 1:21 PM, Alan Somers <asomers at freebsd.org> wrote:
> Author: asomers
> Date: Wed May 3 17:21:01 2017
> New Revision: 317755
> URL: https://svnweb.freebsd.org/changeset/base/317755
>
> Log:
> Various Coverity fixes in ifconfig(8)
>
> * Exit early if kldload(2) fails (1011259). This is the only change that
> affects ifconfig's behavior.
>
>
Please revert this ASAP. kldload is expected to fail for a number of
benign reasons and this change is likely to prevent any network
configuration from being applied to systems, breaking remote access.
More information about the svn-src-head
mailing list