Bug 1927 - bug in /sbin/ifup and channel bonding, with fix
Summary: bug in /sbin/ifup and channel bonding, with fix
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: initscripts
Version: 5.2
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: David Lawrence
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-04-01 03:49 UTC by Trent Piepho
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 1999-04-01 16:56:50 UTC
Embargoed:


Attachments (Terms of Use)

Description Trent Piepho 1999-04-01 03:49:21 UTC
Around line 71 in /sbin/ifup there is a line that reads:

    ifenslave $RFLAG "$DEVICE" "$MASTER"

This is backwards, it should be:

    ifenslave $RFLAG "$MASTER" "$DEVICE"

as per ifenslave usage
Usage: ifenslave [-afrvV] <master-interface>
<slave-interface> [metric <N>]

Comment 1 Bill Nottingham 1999-04-01 16:56:59 UTC
fixed in latest initscripts (3.98-2, or so)


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