Merge pull request #709 from SvenRoederer/update_community-profiles/master
authorHannu Nyman <hannu.nyman@iki.fi>
Mon, 2 May 2016 08:00:27 +0000 (11:00 +0300)
committerHannu Nyman <hannu.nyman@iki.fi>
Mon, 2 May 2016 08:00:27 +0000 (11:00 +0300)
freifunk-profiles: remove depreciated profiles

modules/luci-mod-admin-full/luasrc/model/cbi/admin_network/dhcp.lua

index 476c926..aaf045c 100644 (file)
@@ -58,6 +58,15 @@ s:taboption("files", Flag, "nohosts",
 s:taboption("files", DynamicList, "addnhosts",
        translate("Additional Hosts files")).optional = true
 
+qu = s:taboption("advanced", Flag, "quietdhcp",
+       translate("Suppress logging"),
+       translate("Suppress logging of the routine operation of these protocols"))
+qu.optional = true
+
+se = s:taboption("advanced", Flag, "sequential_ip",
+       translate("Allocate IP sequentially"),
+       translate("Allocate IP addresses sequentially, starting from the lowest available address"))
+se.optional = true
 
 s:taboption("advanced", Flag, "boguspriv",
        translate("Filter private"),