Hide Forgot
Description of problem: Setting an interface (say eth0:0) as onboot=no means that it should not come up. Setting this on a full interface works fine. Setting this on a virtual interface *USED* to work fine. However it apparently stopped working at some point, and causes no end of confusion and frustration and is basically a regression from previous versions of Fedora, and an inconsistency in the configuration of ifcfg-eth interfaces. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Define a virtual interface eth0:0 as onboot=no 2. restart networking 3. it comes up despite this being set. Actual results: interface eth0:0 is brought up at the same time as eth0, despite eth0:0 being set onboot=no and eth0 being set onboot=yes Expected results: eth0 comes up eth0:0 does not. Additional info:
From sysconfig.txt: Alias specific items: ONPARENT=yes|no Whether to bring up the device when the parent device is brought up. Default: yes This isn't a recent change.