Changeset 7296
- Timestamp:
- 07/17/11 10:29:30 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
luci/branches/luci-0.10/modules/admin-full/luasrc/model/cbi/admin_network/vlan.lua
r7294 r7296 63 63 if is_port_attr then has_ptpvid = line:match(": (%w+)") end 64 64 65 elseif line:match(": enable_vlan4k") then 66 enable_vlan4k = true 67 65 68 elseif line:match(": enable_vlan") then 66 69 has_vlan = "enable_vlan" … … 68 71 elseif line:match(": enable_learning") then 69 72 has_learn = "enable_learning" 70 71 elseif line:match(": enable_vlan4k") then72 enable_vlan4k = true73 73 74 74 elseif line:match(": max_length") then
