aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-05-21 19:51:16 +0000
committerBill Nottingham <notting@redhat.com>2004-05-21 19:51:16 +0000
commitc1130bba23330867eaa3f3fa98387eade4c2aa52 (patch)
tree90d3f2f28b2700e245b24f426bbfe448a9b397a2
parent3f36d67a6b8f2899f86ff4158cae810824b74c00 (diff)
downloadinitscripts-c1130bba23330867eaa3f3fa98387eade4c2aa52.tar
initscripts-c1130bba23330867eaa3f3fa98387eade4c2aa52.tar.gz
initscripts-c1130bba23330867eaa3f3fa98387eade4c2aa52.tar.bz2
initscripts-c1130bba23330867eaa3f3fa98387eade4c2aa52.tar.xz
initscripts-c1130bba23330867eaa3f3fa98387eade4c2aa52.zip
fix bridging confusing module order (#122848, <luto@myrealbox.com>)
-rwxr-xr-xrc.d/init.d/network1
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network
index a20c62b2..8f934eed 100755
--- a/rc.d/init.d/network
+++ b/rc.d/init.d/network
@@ -113,6 +113,7 @@ case "$1" in
fi
if [ -n "$BRIDGE" ]; then
+ is_available $i
bridgeinterfaces="$bridgeinterfaces $i"
unset DEVICE TYPE SLAVE BRIDGE
continue