Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2009 10:37:55 +0100 (CET)
From:      Oliver Fromme <olli@lurza.secnetix.de>
To:        freebsd-net@FreeBSD.ORG, dhorn2000@gmail.com
Subject:   Re: Dynamic loading of network kernel modules?
Message-ID:  <200903180937.n2I9btPQ036563@lurza.secnetix.de>
In-Reply-To: <25ff90d60903171427y4032d11es516d7b757fc3b8e0@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
David Horn wrote:
 > I made a minor change to ifconfig to try kldloading the interface name
 > specified on the create wlandev XXXX (ifconfig already tries for
 > normal invocations, just needed to try with the wlandev interface)
 > [...]
 > This works nicely, however at startup, I still do not get the
 > interface up, or the kernel module loaded, so a second patch is
 > needed.

I don't understand why you have to patch anything.  It
seems to work for me out of the box.  For example, with
the following entries in /etc/rc.conf, all required KLD
modules are loaded automatically, and the interfaces
are up:

ifconfig_bge0="up"
cloned_interfaces="vlan103 vlan105"
ifconfig_vlan103="inet 10.103.0.20/16 vlan 103 vlandev bge0"
ifconfig_vlan105="inet 10.105.0.20/16 vlan 105 vlandev bge0"

Best regards
   Oliver

-- 
Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M.
Handelsregister: Registergericht Muenchen, HRA 74606,  Geschäftsfuehrung:
secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht Mün-
chen, HRB 125758,  Geschäftsführer: Maik Bachmann, Olaf Erb, Ralf Gebhart

FreeBSD-Dienstleistungen, -Produkte und mehr:  http://www.secnetix.de/bsd

"Unix gives you just enough rope to hang yourself --
and then a couple of more feet, just to be sure."
        -- Eric Allman



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903180937.n2I9btPQ036563>