After upgrade udev to version 200 opentc can't start vlan interface. drbd1 ~ # /etc/init.d/net.vlan21 start * Bringing up interface vlan21 * ERROR: interface vlan21 does not exist * Ensure that you have loaded the correct kernel module for your hardware * ERROR: net.vlan21 failed to start drbd1 ~ # cat /etc/conf.d/net config_eth0="dhcp" config_eth1="172.24.24.1/24" config_eth2="192.168.222.2/24" vlans_eth2="21" config_vlan21_name="vlan21" config_vlan21="192.168.10.10/24" vlan_start_eth2="no" rc_net_vlan21_need="net.eth2" Reproducible: Always
Created attachment 344236 [details] emerge --info
Created attachment 344238 [details] debug vlan start
Comment on attachment 344236 [details] emerge --info Switch to text/plain
This is my mistake. Wrong config_vlan21_name. Must be eth2_vlan21_name. Sorry.