]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
network:ifup source team info if present
authorHarald Hoyer <harald@redhat.com>
Wed, 21 Jan 2015 12:39:28 +0000 (13:39 +0100)
committerHarald Hoyer <harald@redhat.com>
Wed, 21 Jan 2015 12:39:28 +0000 (13:39 +0100)
modules.d/40network/ifup.sh

index 7836a6b3b1f223f94c54b99658956a86f270b8e5..524a3fb5d58fd2bbef5093dd1c5125ddc5ebc5a2 100755 (executable)
@@ -38,6 +38,7 @@ for i in /tmp/team.*.info; do
     [ -e "$i" ] || continue
     unset teamslaves
     unset teammaster
+    . "$i"
     for slave in $teamslaves ; do
         if [ "$netif" = "$slave" ] ; then
             netif=$teammaster