Bug 179065 - ifup-aliases doesn't check ONBOOT
Summary: ifup-aliases doesn't check ONBOOT
Keywords:
Status: CLOSED DUPLICATE of bug 155497
Alias: None
Product: Red Hat Enterprise Linux 4
Classification: Red Hat
Component: initscripts
Version: 4.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-01-26 22:04 UTC by Jan-Patrick Perisse
Modified: 2014-03-17 02:57 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-01-27 20:18:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Jan-Patrick Perisse 2006-01-26 22:04:53 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)

Description of problem:
When an interface is configured with ifup, the virtual interfaces attached to it (ethx:n) are also loaded despite they have ONBOOT=no configured.
This is caused by ifup-aliase NOT looking for the ONBOOT parameter.
It can be corrected by adding:
 if [ "${ONBOOT}" = "no" -o "${ONBOOT}" = "NO" ];  then
              exit 0
       fi
on the new_interface() function.

Version-Release number of selected component (if applicable):
initscripts-7.93.13

How reproducible:
Always

Steps to Reproduce:
1.ifup eth0
2.
3.
  

Actual Results:  eth0 and eth0:1 are up

Expected Results:  Only eth0 should be up (eth0:1 should also be up IF is says ONBOOT=yes, otherwise ifup eth0:1 should specified to bring up the interface)

Additional info:

Comment 1 Bill Nottingham 2006-01-27 20:18:55 UTC

*** This bug has been marked as a duplicate of 155497 ***


Note You need to log in before you can comment on or make changes to this bug.