luci-0.10: merge r8135
This commit is contained in:
parent
52ded00a64
commit
8475315bac
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ adv_interface.nocreate = true
|
|||
adv_interface.nobridges = true
|
||||
adv_interface.novirtual = true
|
||||
|
||||
function adv_interface.remove(self, section)
|
||||
self:write(section, " ")
|
||||
end
|
||||
|
||||
adv_subnet = section:taboption("general", Value, "adv_subnet",
|
||||
translate("Advertised network ID"),
|
||||
|
|
Loading…
Reference in a new issue