summaryrefslogtreecommitdiffhomepage
path: root/protocols/3g
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-11-02 19:13:13 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-11-02 19:13:13 +0000
commitb58baed8a4787a991a39a08681d27675c604e2aa (patch)
treecba0a276cd47aeb6aaa4ddd5252c0c710621284a /protocols/3g
parenteea1f8b6795593c659658f4ef74ae074ee3ab740 (diff)
protocols: cast dns option to string in order to retain compatibility
Diffstat (limited to 'protocols/3g')
-rw-r--r--protocols/3g/luasrc/model/cbi/admin_network/proto_3g.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/3g/luasrc/model/cbi/admin_network/proto_3g.lua b/protocols/3g/luasrc/model/cbi/admin_network/proto_3g.lua
index f14434dd8..d59d2331d 100644
--- a/protocols/3g/luasrc/model/cbi/admin_network/proto_3g.lua
+++ b/protocols/3g/luasrc/model/cbi/admin_network/proto_3g.lua
@@ -97,6 +97,7 @@ dns = section:taboption("advanced", DynamicList, "dns",
dns:depends("peerdns", "")
dns.datatype = "ipaddr"
+dns.cast = "string"
keepalive_failure = section:taboption("advanced", Value, "_keepalive_failure",