From f2eb7275249d3e0c5cf5cc21ec77bab885ad19ff Mon Sep 17 00:00:00 2001 From: Daniell Crossman Date: Wed, 20 Apr 2022 16:09:40 +0800 Subject: [PATCH] luci-app-rp-pppoe-server: use netlist template pppoe-server init script is expecting an interface name, not a physical device name in the pppoe config. Signed-off-by: Daniell Crossman --- .../luasrc/model/cbi/rp-pppoe-server.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua b/applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua index b86b06cf1a..91e1e54532 100644 --- a/applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua +++ b/applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua @@ -13,7 +13,7 @@ s.addremove = true s.anonymous = true o = s:option(Value, "interface", translate("Interface"), translate("Interface on which to listen.")) -o.template = "cbi/network_ifacelist" +o.template = "cbi/network_netlist" o.nocreate = true o = s:option(Value, "ac_name", translate("Access Concentrator Name")) -- 2.30.2