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:
parent
89c3cb878f
commit
f2eb727524
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue