luci-0.9: merge r5946
[project/luci.git] / applications / luci-qos / luasrc / model / cbi / qos / qos.lua
index ec450cf..68087dc 100644 (file)
@@ -19,6 +19,7 @@ m = Map("qos")
 
 s = m:section(TypedSection, "interface", translate("interfaces"))
 s.addremove = true
+s.anonymous = true
 
 s:option(Flag, "enabled", translate("enable"))