git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
4694bed
)
ppp keep-alive is non-atomic, closes #30
author
Steven Barth
<redacted>
Fri, 16 Jan 2009 18:26:32 +0000
(18:26 +0000)
committer
Steven Barth
<redacted>
Fri, 16 Jan 2009 18:26:32 +0000
(18:26 +0000)
modules/admin-core/root/lib/uci/schema/default/network
patch
|
blob
|
history
diff --git
a/modules/admin-core/root/lib/uci/schema/default/network
b/modules/admin-core/root/lib/uci/schema/default/network
index 5a5866f466ef2638430344dc3930233ed3c9c8b9..e74d9d76d61eeaac8edf90fece4493638eca4ab7 100644
(file)
--- a/
modules/admin-core/root/lib/uci/schema/default/network
+++ b/
modules/admin-core/root/lib/uci/schema/default/network
@@
-83,7
+83,7
@@
config variable
option title 'keep-alive'
option description 'Number of connection failures before reconnect'
option section 'network.interface'
- option datatype '
uint
'
+ option datatype '
string
'
list depends 'proto=pppoe'
list depends 'proto=pptp'
list depends 'proto=ppp'
git clone https://git.99rst.org/PROJECT