]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
ifup: don't ifup team master indefinitely 199/head
authorLukas Nykryn <lnykryn@redhat.com>
Thu, 2 Feb 2017 12:02:10 +0000 (13:02 +0100)
committerLukas Nykryn <lnykryn@redhat.com>
Thu, 2 Feb 2017 12:02:10 +0000 (13:02 +0100)
https://bugzilla.redhat.com/show_bug.cgi?id=1416958
Thanks to martin.moore@hpe.com for the patch

modules.d/40network/ifup.sh

index 655ce93e5dcee334229c2d711651f2c09966d045..1f7dc1c6680a4fbe56dd9ede5dbf6c9b2f6acb83 100755 (executable)
@@ -282,7 +282,7 @@ if [ -z "$NO_TEAM_MASTER" ]; then
             # wait for all slaves to show up
             for slave in $teamslaves ; do
                 # try to create the slave (maybe vlan or bridge)
-                NO_BOND_MASTER=yes NO_AUTO_DHCP=yes ifup $slave
+                NO_TEAM_MASTER=yes NO_AUTO_DHCP=yes ifup $slave
 
                 if ! ip link show dev $slave >/dev/null 2>&1; then
                     # wait for the last slave to show up