Hi everybody,
After my latest update to
FreeBSD hudson 6.0-STABLE FreeBSD 6.0-STABLE #15:
Mon Jan 23 12:29:38 CET 2006
root@hudson:/usr/obj/usr/src/sys/NFS-32-FBSD6 i386
I have a small problem with my vlan interfaces configured from rc.conf:
They get configured well, but they are simply not in "up" state as
they
were before autmatically. I can login via console and do
ifconfig vlan340 up
and all is fine. The config did not change during the update:
cloned_interfaces="vlan340"
ifconfig_em0="up vlanhwtag vlanmtu"
ifconfig_vlan340="inet xx.xx.xx.xx netmask 255.255.255.192 vlan 340 vlandev
em0"
Is putting and additional:
ifconfig ${ifn} up
in the create loop in network.subr the way to fix this issue?
Thanx, Oliver
--
| Oliver Brandmueller | Offenbacher Str. 1 | Germany D-14197 Berlin |
| Fon +49-172-3130856 | Fax +49-172-3145027 | WWW: http://the.addict.de/ |
| Ich bin das Internet. Sowahr ich Gott helfe. |
| Eine gewerbliche Nutzung aller enthaltenen Adressen ist nicht gestattet! |
-------------- 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/freebsd-stable/attachments/20060123/8c64e617/attachment.bin
On Mon, Jan 23, 2006 at 01:28:00PM +0100, Oliver Brandmueller wrote:> Hi everybody, > > After my latest update to > > FreeBSD hudson 6.0-STABLE FreeBSD 6.0-STABLE #15: > Mon Jan 23 12:29:38 CET 2006 > root@hudson:/usr/obj/usr/src/sys/NFS-32-FBSD6 i386 > > I have a small problem with my vlan interfaces configured from rc.conf: > They get configured well, but they are simply not in "up" state as they > were before autmatically. I can login via console and do > > ifconfig vlan340 up > > and all is fine. The config did not change during the update: > > cloned_interfaces="vlan340" > ifconfig_em0="up vlanhwtag vlanmtu" > ifconfig_vlan340="inet xx.xx.xx.xx netmask 255.255.255.192 vlan 340 vlandev em0"The problem you're experiencing may be related to changes I committed to ifconfig in RELENG_6. I'll investigate the issue ASAP and report my results in this list. -- Yar