Re: Workaround automatic re-loading of network drivers

2010-05-03 Thread Doug Barton
Seems reasonable to me. Doug On 05/03/10 12:27, John Baldwin wrote: > While testing some changes with vlans and the new vlan_ syntax in rc.conf > I've noticed the following behavior: > > ifconfig foo0.100 destroy > > Will actually try to kldload the 'foo' driver. This can prove very no

Re: Workaround automatic re-loading of network drivers

2010-05-03 Thread John Baldwin
On Monday 03 May 2010 3:27:18 pm John Baldwin wrote: > While testing some changes with vlans and the new vlan_ syntax in rc.conf > I've noticed the following behavior: > > ifconfig foo0.100 destroy > > Will actually try to kldload the 'foo' driver. This can prove very non- > intuitive. I

Workaround automatic re-loading of network drivers

2010-05-03 Thread John Baldwin
While testing some changes with vlans and the new vlan_ syntax in rc.conf I've noticed the following behavior: ifconfig foo0.100 destroy Will actually try to kldload the 'foo' driver. This can prove very non- intuitive. In general I think we shouldn't try to kldload anything when dest