projects
/
project
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e1b0ca
)
increase sleep time for dummy pppoe handler
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 18 Oct 2011 18:39:14 +0000
(20:39 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 18 Oct 2011 18:39:14 +0000
(20:39 +0200)
dummy/proto/ppp.sh
patch
|
blob
|
history
diff --git
a/dummy/proto/ppp.sh
b/dummy/proto/ppp.sh
index 837767b09f2986ffac761ba4f2bc71b92c11521c..f78933cc42dd33f74d5e2d3c0374ef00cb7f8dfa 100755
(executable)
--- a/
dummy/proto/ppp.sh
+++ b/
dummy/proto/ppp.sh
@@
-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
1
0
+ proto_run_command "$interface" sleep
3
0
}
pppoe_teardown() {