proto_hnet: add missing categories
Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
parent
576e235d0b
commit
dc6a250a01
1 changed files with 3 additions and 0 deletions
|
@ -6,8 +6,11 @@ local map, section, net = ...
|
|||
local mode = section:taboption("general", ListValue, "mode", translate("Category"))
|
||||
mode:value("auto", translate("Automatic"))
|
||||
mode:value("external", translate("External"))
|
||||
mode:value("internal", translate("Internal"))
|
||||
mode:value("leaf", translate("Leaf"))
|
||||
mode:value("guest", translate("Guest"))
|
||||
mode:value("adhoc", translate("Ad-Hoc"))
|
||||
mode:value("hybrid", translate("Hybrid"))
|
||||
mode.default = "auto"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue