When VLANs are set up in /etc/conf.d/net and no vconfig package is installed, then sys-apps/baselayout-1.12.13 only sets up non-vlan interface and does not warn the user why it did so. Reproducible: Always Steps to Reproduce: 1. Make sure there are no vconfig (emerge -C vconfig) 2. Set up vlan in /etc/conf.d/net, for example: vlans_eth1=(101) config_eth1=( "172.16.0.1/24" ) config_eth1_101=( "172.16.101.1/24" ) 3. Run /etc/init.d/net.eth1 restart Actual Results: Sets up 172.16.0.1/24 on eth1 only. Expected Results: Warning about missing net-misc/vconfig
if openrc handles this, no plans to fix things in baselayout-1
Please test this with openrc and baselayout-2. If it is still an issue there, feel free to re-open this bug and let us know. Thanks, William