increase sleep time for dummy pppoe handler
authorFelix Fietkau <nbd@openwrt.org>
Tue, 18 Oct 2011 18:39:14 +0000 (20:39 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 18 Oct 2011 18:39:14 +0000 (20:39 +0200)
dummy/proto/ppp.sh

index 837767b..f78933c 100755 (executable)
@@ -43,7 +43,7 @@ pppoe_setup() {
        proto_add_ipv4_address "192.168.2.1" 32
        proto_add_dns_server "192.168.2.2"
        proto_send_update "$interface"
-       proto_run_command "$interface" sleep 10
+       proto_run_command "$interface" sleep 30
 }
 
 pppoe_teardown() {