Re: [PATCH] autoload if_vlan.ko on vlan creation

2008-04-30 Thread Niki Denev
On Wed, Apr 30, 2008 at 2:50 PM, Brooks Davis <[EMAIL PROTECTED]> wrote: > What is the practical use of this feature? If you don't have the > module loaded, the rc scripts won't even see the interface unless > you manually set network_interfaces which has been documented as a > deprecated conf

Re: [PATCH] autoload if_vlan.ko on vlan creation

2008-04-30 Thread Brooks Davis
On Wed, Apr 30, 2008 at 02:01:21PM -0400, Niki Denev wrote: > Hi, > > I've noticed that autoloading of if_vlan.ko on vlan creation does not > work in the case when the vlans are specified with the interface name. > i.e. : fxp0.5 And the problem is that ifmaybeload() in ifconfig.c > expects that al

[PATCH] autoload if_vlan.ko on vlan creation

2008-04-30 Thread Niki Denev
Hi, I've noticed that autoloading of if_vlan.ko on vlan creation does not work in the case when the vlans are specified with the interface name. i.e. : fxp0.5 And the problem is that ifmaybeload() in ifconfig.c expects that all interfaces are in the format : if_${driver}${number}, which is not the