Date: Wed, 18 Mar 2009 12:04:37 -0400 From: David Horn <dhorn2000@gmail.com> To: freebsd-net@freebsd.org, dhorn2000@gmail.com Subject: Re: Dynamic loading of network kernel modules? Message-ID: <25ff90d60903180904ud077fcdy344cda5307a9037e@mail.gmail.com> In-Reply-To: <200903181550.n2IFoIVZ052377@lurza.secnetix.de> References: <200903180937.n2I9btPQ036563@lurza.secnetix.de> <200903181550.n2IFoIVZ052377@lurza.secnetix.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Mar 18, 2009 at 11:50 AM, Oliver Fromme <olli@lurza.secnetix.de> wr= ote: > Oliver Fromme wrote: > =A0> ifconfig_bge0=3D"up" > =A0> cloned_interfaces=3D"vlan103 vlan105" > =A0> ifconfig_vlan103=3D"inet 10.103.0.20/16 vlan 103 vlandev bge0" > =A0> ifconfig_vlan105=3D"inet 10.105.0.20/16 vlan 105 vlandev bge0" > > Sorry, I forgot to paste one line: > > =A0network_interfaces=3D"bge0 lo0" Ah. Ok, now I am understanding your scenario. I thought that using 'network_interfaces' with anything other than "AUTO" was in the process of being depreciated ? rc.conf man page: network_interfaces (str) Set to the list of network interfaces to configure o= n this host or ``AUTO'' (the default) for all current inter- faces. Setting the network_interfaces variable to anythin= g other than the default is deprecated. Interfaces that the administrator wishes to store configuration for, but not start at boot should be configured with the ``NOAUTO'' key= - word in their ifconfig_<interface> variables as described below. An ifconfig_<interface> variable is also assumed to exist = for each value of interface. When an interface name contains = any of the characters ``.-/+'' they are translated to ``_'' before lookup. The variable can contain arguments to ifconfig(8), as well as special case-insensitive keywords described below. Such keywords are removed before passing the value to ifconfig(8) while the order of the other argu= - ments is preserved. --Thanks! --_Dave Horn > > That one is essential. =A0:-) > > Best regards > =A0 Oliver > > > -- > Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M. > Handelsregister: Registergericht Muenchen, HRA 74606, =A0Gesch=E4ftsfuehr= ung: > secnetix Verwaltungsgesellsch. mbH, Handelsregister: Registergericht M=FC= n- > chen, HRB 125758, =A0Gesch=E4ftsf=FChrer: Maik Bachmann, Olaf Erb, Ralf G= ebhart > > FreeBSD-Dienstleistungen, -Produkte und mehr: =A0http://www.secnetix.de/b= sd > > "anyone new to programming should be kept as far from C++ as > possible; =A0actually showing the stuff should be considered a > criminal offence" -- Jacek Generowicz >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?25ff90d60903180904ud077fcdy344cda5307a9037e>