Merge pull request #665 from hauke/lantiq-dsl
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 8 Mar 2016 10:02:02 +0000 (11:02 +0100)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 8 Mar 2016 10:02:02 +0000 (11:02 +0100)
add configuration for the DSL line

applications/luci-app-polipo/luasrc/model/cbi/polipo.lua

index 967a47a..6031c84 100644 (file)
@@ -80,7 +80,7 @@ o = s:taboption("proxy", Value, "parentProxy",
                "will forward the requests."))
 
 o.optional = true
-o.datatype = "ipaddr"
+o.datatype = "hostport"
 
 
 o = s:taboption("proxy", Value, "parentAuthCredentials",