Bug 104421 - ifup <bridge> doesn't work.
Summary: ifup <bridge> doesn't work.
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux Beta
Classification: Retired
Component: initscripts
Version: beta1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks: CambridgeBlocker
TreeView+ depends on / blocked
 
Reported: 2003-09-15 13:50 UTC by David Woodhouse
Modified: 2014-03-17 02:38 UTC (History)
1 user (show)

Fixed In Version: 7.37-1
Clone Of:
Environment:
Last Closed: 2003-10-10 15:11:01 UTC
Embargoed:


Attachments (Terms of Use)
Patch (2.64 KB, patch)
2003-09-15 13:50 UTC, David Woodhouse
no flags Details | Diff

Description David Woodhouse 2003-09-15 13:50:04 UTC
The ifup script has an 'if bridge then exit' where my patch had 
'if bridge and in_hotplug then exit'. 

So what was supposed to prevent a recursive invocation of ifup from being
triggered by the 'brctl addbr' line, in fact prevents it from working at all :)

The (soon to be) attached patch fixes this, cleans up the error handling in the
case where either brctl or the kernel support are absent, and causes radvd to
reload its config, since the MAC address of the bridge may change on addition or
removal of devices.

Comment 1 David Woodhouse 2003-09-15 13:50:41 UTC
Created attachment 94492 [details]
Patch

Comment 2 Bill Nottingham 2003-10-10 15:11:01 UTC
Fixed in CVS, will be in 7.37-1.


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