modules/admin-full: various vlan fixes

This commit is contained in:
Jo-Philipp Wich 2010-10-30 02:30:49 +00:00
parent bc78f7e08d
commit 3b1f2e9021

View file

@ -199,6 +199,7 @@ m.uci:foreach("network", "switch",
local vid = s:option(Value, has_vlan4k or "vlan", "VLAN ID")
vid.rmempty = false
vid.forcewrite = true
-- Validate user provided VLAN ID, make sure its within the bounds
-- allowed by the switch.
@ -250,6 +251,7 @@ m.uci:foreach("network", "switch",
po.cfgvalue = portvalue
po.validate = portvalidate
po.write = function() end
port_opts[#port_opts+1] = po
end