commit 83a76af30663c2897c5540c46cde465b7fe9b89a
Author: Sascha Wildner <[email protected]>
Date: Tue Oct 20 18:10:10 2015 +0200
ifconfig(8): Fix support for automatic driver module loading.
Before this commit, trying to configure for example 'ifconfig vxnet ..."
would have kldload'ed the if_vx module even if there was a if_vxnet one
if they both existed and none of them was loaded.
FreeBSD fixed this in r279951. This commit brings in their ifmaybeload()
function wholesale.
Taken-from: FreeBSD
Reported-by: Bill Yuan <[email protected]>
Summary of changes:
sbin/ifconfig/ifconfig.c | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/83a76af30663c2897c5540c46cde465b7fe9b89a
--
DragonFly BSD source repository