aboutsummaryrefslogtreecommitdiffstats
path: root/sysconfig
diff options
context:
space:
mode:
authorAlan Pevec <apevec@redhat.com>2009-05-04 12:02:05 +0200
committerHarald Hoyer <harald@redhat.com>2009-05-04 16:05:04 +0200
commit39cc28572304cb8ed04f26144744e83d8af1e19f (patch)
tree53b2873c2a4146c9e2a3dd50b686f9bcaf594fdd /sysconfig
parentf67b6ca968ed07aeb7c26b71187b8cfad114e769 (diff)
downloadinitscripts-39cc28572304cb8ed04f26144744e83d8af1e19f.tar
initscripts-39cc28572304cb8ed04f26144744e83d8af1e19f.tar.gz
initscripts-39cc28572304cb8ed04f26144744e83d8af1e19f.tar.bz2
initscripts-39cc28572304cb8ed04f26144744e83d8af1e19f.tar.xz
initscripts-39cc28572304cb8ed04f26144744e83d8af1e19f.zip
fix ifdown of vlan iface which is a bridge member (#481557)
Diffstat (limited to 'sysconfig')
-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 c0de20e5..9857a7c4 100755
--- a/sysconfig/network-scripts/ifdown-eth
+++ b/sysconfig/network-scripts/ifdown-eth
@@ -29,7 +29,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