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 <dc@dx.id.au>
This commit is contained in:
Daniell Crossman 2022-04-20 16:09:40 +08:00
parent 89c3cb878f
commit f2eb727524
No known key found for this signature in database
GPG key ID: 5D4391432A2B7DBB

View file

@ -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"))