| Summary: | sys-apps/baselayout-1: networking init script does not warn about missing vconf | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Michal Margula <alchemyx> |
| Component: | [OLD] baselayout | Assignee: | Gentoo's Team for Core System packages <base-system> |
| Status: | RESOLVED TEST-REQUEST | ||
| Severity: | minor | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
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 |
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