cvs commit: src/etc network.subr
Brooks Davis
brooks at FreeBSD.org
Mon Jul 7 16:03:12 UTC 2008
On Sat, Jul 05, 2008 at 03:52:36PM +0000, Bjoern A. Zeeb wrote:
> On Wed, 30 Apr 2008, Brooks Davis wrote:
>
>> brooks 2008-04-30 16:29:15 UTC
>>
>> FreeBSD src repository
>>
>> Modified files:
>> etc network.subr
>> Log:
>> Emit a warning when the network_interfaces variable is not set to AUTO.
>
> why do we have this warning and why do we no longer want to support
> anything but auto?
Because network_interfaces provides no useful functionality and needless
added complexity. If you want an interface to be configured, set an
ifconfig_<foo> variable and make sure the interface exists by the time
rc.d/netif is run (by configuring your kernel or /boot/loader.conf
correctly) or add it to the appropriate wlans_<bar>, gif_interfaces,
cloned_interfaces, etc list. If you don't want it configured make sure
there isn't a ifconfig_<foo> variable set.
-- Brooks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20080707/a412daa5/attachment.pgp
More information about the cvs-src
mailing list