Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 317595 Details for
Bug 463325
[PATCH] Cleanup problems with ifdown-eth network script
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Move the bridge member handling later in the ifdown sequence
ifdown-eth-bridge-ordering-problem.patch (text/plain), 1.38 KB, created by
Sean E. Millichamp
on 2008-09-24 14:46:47 UTC
(
hide
)
Description:
Move the bridge member handling later in the ifdown sequence
Filename:
MIME Type:
Creator:
Sean E. Millichamp
Created:
2008-09-24 14:46:47 UTC
Size:
1.38 KB
patch
obsolete
>--- ifdown-eth.orig 2008-03-03 10:39:57.000000000 -0500 >+++ ifdown-eth 2008-09-24 09:39:37.000000000 -0400 >@@ -20,18 +20,6 @@ > > source_config > >-if [ -n "${BRIDGE}" -a -x /usr/sbin/brctl ]; then >- /sbin/ip link set dev ${DEVICE} down >- /usr/sbin/brctl delif ${BRIDGE} ${DEVICE} >- # Upon removing a device from a bridge, >- # it's necessary to make radvd reload its config >- [ -r /var/run/radvd/radvd.pid ] && kill -HUP `cat /var/run/radvd/radvd.pid` >- if LC_ALL=C /usr/sbin/brctl show | LC_ALL=C grep -q "^${BRIDGE} .*can't get port info"; then >- /usr/sbin/brctl delbr ${BRIDGE} >- fi >- exit 0 >-fi >- > . /etc/sysconfig/network > > # Check to make sure the device is actually up >@@ -107,6 +95,18 @@ > fi > [ "$retcode" = "0" ] && retcode=$? > >+if [ -n "${BRIDGE}" -a -x /usr/sbin/brctl ]; then >+ /sbin/ip link set dev ${DEVICE} down >+ /usr/sbin/brctl delif ${BRIDGE} ${DEVICE} >+ # Upon removing a device from a bridge, >+ # it's necessary to make radvd reload its config >+ [ -r /var/run/radvd/radvd.pid ] && kill -HUP `cat /var/run/radvd/radvd.pid` >+ if LC_ALL=C /usr/sbin/brctl show | LC_ALL=C grep -q "^${BRIDGE} .*can't get port info"; then >+ /usr/sbin/brctl delbr ${BRIDGE} >+ fi >+ exit 0 >+fi >+ > # wait up to 5 seconds for device to actually come down... > waited=0 > while ! check_device_down ${DEVICE} && [ "$waited" -lt 50 ] ; do
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 463325
:
317421
| 317595 |
317596
|
317598