Sophie

Sophie

distrib > Fedora > 13 > i386 > media > updates-src > by-pkgid > 2565d442133d17866d7a0458852920c6 > files > 60

dracut-005-5.fc13.src.rpm

From edbdbfdada96601e4e6f2e2e113edcbebc8f7534 Mon Sep 17 00:00:00 2001
From: Harald Hoyer <harald@redhat.com>
Date: Wed, 19 May 2010 09:36:11 +0200
Subject: [PATCH 060/133] 95fcoe/fcoe-up: wait_for_if_up

---
 modules.d/95fcoe/fcoe-up |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules.d/95fcoe/fcoe-up b/modules.d/95fcoe/fcoe-up
index bd6294a..47a7e8d 100755
--- a/modules.d/95fcoe/fcoe-up
+++ b/modules.d/95fcoe/fcoe-up
@@ -15,6 +15,8 @@ netif=$1
 dcb=$2
 
 /sbin/ip link set "$netif" up
+wait_for_if_up "$netif"
+
 if [ "$dcb" = "dcb" ]; then
     # Note lldpad will stay running after switchroot, the system initscripts
     # are to kill it and start a new lldpad to take over. Data is transfered
-- 
1.7.3