proto_hnet: add missing categories
authorSteven Barth <steven@midlink.org>
Fri, 10 Apr 2015 15:29:42 +0000 (17:29 +0200)
committerSteven Barth <steven@midlink.org>
Fri, 10 Apr 2015 15:29:42 +0000 (17:29 +0200)
Signed-off-by: Steven Barth <steven@midlink.org>
protocols/luci-proto-ipv6/luasrc/model/cbi/admin_network/proto_hnet.lua

index b764758..2ed34fa 100644 (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"