From: Christian Schoenebeck Date: Mon, 7 Mar 2016 20:06:55 +0000 (+0100) Subject: luci-app-polipo: fix Parent proxy address field check X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=dd3d25f0dd6618bfd47e361a6425dbec51915399 luci-app-polipo: fix Parent proxy address field check fix Parent proxy address field check https://dev.openwrt.org/ticket/15680 Signed-off-by: Christian Schoenebeck --- diff --git a/applications/luci-app-polipo/luasrc/model/cbi/polipo.lua b/applications/luci-app-polipo/luasrc/model/cbi/polipo.lua index 967a47aa7..6031c8423 100644 --- a/applications/luci-app-polipo/luasrc/model/cbi/polipo.lua +++ b/applications/luci-app-polipo/luasrc/model/cbi/polipo.lua @@ -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",