From: Steven Barth Date: Fri, 16 Jan 2009 18:26:32 +0000 (+0000) Subject: ppp keep-alive is non-atomic, closes #30 X-Git-Tag: 0.9.0~794 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=a6beb3cd41fd6e16b33bea9f20009cf72f204b40;ds=sidebyside ppp keep-alive is non-atomic, closes #30 --- diff --git a/modules/admin-core/root/lib/uci/schema/default/network b/modules/admin-core/root/lib/uci/schema/default/network index 5a5866f46..e74d9d76d 100644 --- 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'