aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2009-01-26 09:49:11 -0500
committerBill Nottingham <notting@redhat.com>2009-03-11 13:36:00 -0400
commita81f63d3b4be10fddd5f8e1f3df9bb149cabf422 (patch)
tree67991d4e039d822187233136f99e767eb2c22bed
parent4069681f6cdd62a06d5adf1f17a5ec70c986a933 (diff)
downloadinitscripts-a81f63d3b4be10fddd5f8e1f3df9bb149cabf422.tar
initscripts-a81f63d3b4be10fddd5f8e1f3df9bb149cabf422.tar.gz
initscripts-a81f63d3b4be10fddd5f8e1f3df9bb149cabf422.tar.bz2
initscripts-a81f63d3b4be10fddd5f8e1f3df9bb149cabf422.tar.xz
initscripts-a81f63d3b4be10fddd5f8e1f3df9bb149cabf422.zip
Remove 'exit 0' from bridge path, so that bridge + vlan works. (#481557, <danken@redhat.com>)
-rwxr-xr-xsysconfig/network-scripts/ifdown-eth1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysconfig/network-scripts/ifdown-eth b/sysconfig/network-scripts/ifdown-eth
index 4ddd414d..3ebaff33 100755
--- a/sysconfig/network-scripts/ifdown-eth
+++ b/sysconfig/network-scripts/ifdown-eth
@@ -35,7 +35,6 @@ if [ -n "${BRIDGE}" -a -x /usr/sbin/brctl ]; then
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