proto_hnet: add missing categories

Signed-off-by: Steven Barth <steven@midlink.org>
This commit is contained in:
Steven Barth 2015-04-10 17:29:42 +02:00
parent 576e235d0b
commit dc6a250a01

View file

@ -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"