]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
increase timeout for link up
authorKacper Kornet <draenog@pld-linux.org>
Mon, 19 Aug 2013 11:13:25 +0000 (11:13 +0000)
committerKacper Kornet <draenog@pld-linux.org>
Mon, 19 Aug 2013 11:13:25 +0000 (11:13 +0000)
svn-id: @12715

lib/functions.network

index c32832dc290d7bc38090660cc5a152d8a2f167fc..76be8d83d9a38ab3a60efa8b415c7bdde624c7b9 100644 (file)
@@ -658,7 +658,7 @@ check_link_down ()
                return 2
        fi
 
-       [ -z "$max_timeout" ] && max_timeout=6
+       [ -z "$max_timeout" ] && max_timeout=10
 
        if ! LC_ALL=C ip link show dev $device 2>/dev/null | grep -Fq UP; then
                ip link set dev $device up >/dev/null 2>&1
This page took 0.533831 seconds and 4 git commands to generate.