From 4b594cb1aad597eabbb40cdc4835104f449ad963 Mon Sep 17 00:00:00 2001 From: Christian Schoenebeck Date: Mon, 7 Mar 2016 21:20:47 +0100 Subject: [PATCH] [for-15.05] luci-app-polipo: remove Parent proxy address field check remove Parent proxy address field check https://dev.openwrt.org/ticket/15680 Signed-off-by: Christian Schoenebeck --- applications/luci-app-polipo/luasrc/model/cbi/polipo.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-polipo/luasrc/model/cbi/polipo.lua b/applications/luci-app-polipo/luasrc/model/cbi/polipo.lua index 967a47aa7..a0fae3cdd 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 = "ipaddr" o = s:taboption("proxy", Value, "parentAuthCredentials", -- 2.25.1