From d03c4f27239d039b399775e288f93c35b52b0692 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 26 Jan 2009 09:49:11 -0500 Subject: Remove 'exit 0' from bridge path, so that bridge + vlan works. (#481557, ) --- sysconfig/network-scripts/ifdown-eth | 1 - 1 file changed, 1 deletion(-) (limited to 'sysconfig/network-scripts') 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 -- cgit v1.2.1