summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2019-01-06 13:07:54 +0200
committerGitHub <noreply@github.com>2019-01-06 13:07:54 +0200
commita98e23949df8b7618fc7ec9b8ab3197433acace0 (patch)
tree01be95cddbd133178dac348e6918aa87c004f18c /applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua
parentc22e5232f43dfb324c0857fa1aacc6ad4a5bb161 (diff)
parent96cf73a599b24e569657eb1fdda25e2596c4bfbd (diff)
Merge pull request #2434 from cshoredaniel/pr-luci-fix-rp-pppoe
luci-app-rp-pppoe-server: Add ability to create uci sections
Diffstat (limited to 'applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua')
-rw-r--r--applications/luci-app-rp-pppoe-server/luasrc/model/cbi/rp-pppoe-server.lua2
1 files changed, 1 insertions, 1 deletions
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 ef15ed6127..e967ce6283 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
@@ -9,7 +9,7 @@ m = Map("pppoe", translate("Roaring Penguin PPPoE Server"),
translate("PPPoE Server Configuration"))
s = m:section(TypedSection, "pppoe_server", translate("Server Configuration"))
-s.addremove = false
+s.addremove = true
s.anonymous = true
o = s:option(Value, "interface", translate("Interface"), translate("Interface on which to listen."))