Package: udev Version: 0.091-2 Tags: sid When I add a vlan via vconfig, I see word _temp in vlanname:
nt:/home/milon# vconfig add eth0 35 Added VLAN with VID == 35 to IF -:eth0:- nt:/home/milon# ip a 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:11:25:2b:19:95 brd ff:ff:ff:ff:ff:ff 12: eth0.35_temp: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether 00:11:25:2b:19:95 brd ff:ff:ff:ff:ff:ff When I stop udev via '/etc/init.d/udev stop' and then I do vlan, all is OK (old vlanname stays the same) : nt:/home/milon# vconfig add eth0 109 Added VLAN with VID == 109 to IF -:eth0:- nt:/home/milon# ip a 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:11:25:2b:19:95 brd ff:ff:ff:ff:ff:ff 12: eth0.35_temp: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether 00:11:25:2b:19:95 brd ff:ff:ff:ff:ff:ff 14: eth0.109: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether 00:11:25:2b:19:95 brd ff:ff:ff:ff:ff:ff But when I repeatdly run udev, I see: nt:/etc/udev# ip a 1: lo: <LOOPBACK,UP> mtu 16436 qdisc noqueue link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: eth0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000 link/ether 00:11:25:2b:19:95 brd ff:ff:ff:ff:ff:ff 12: eth0.35_temp_te: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether 00:11:25:2b:19:95 brd ff:ff:ff:ff:ff:ff 14: eth0.109_temp: <BROADCAST,MULTICAST> mtu 1500 qdisc noop link/ether 00:11:25:2b:19:95 brd ff:ff:ff:ff:ff:ff All vlannames was changed. I tried to look at udev's rules, but without any effect. I am not good expert at udev's processing :-). Latest unstable. Kernel 2.6.16.1 (myself compiled). Tested kernel: 2.6.13.2. Tested vconfig versions: 1.8, 1.9. No effect. Effect was only with stopped udev. Sarge (without udev) is without problems. Best regards, -- Milan Kocián <[EMAIL PROTECTED]>