= 24) then statusCode = "Can't add configuration to this table. Maximum limit reached." NextPage = "lan2_setup" else errorFlag, statusCode = lanGroups.addLanMultiHoming (inputTable) -- save db if no error if (errorFlag == "OK") then db.save() else NextPage = "lan2_setup" end end end end end statusMessage = db.getAttribute("stringsMap", "stringId", statusCode, LANGUAGE) or statusCode web.goToPage(NextPage, true, true) elseif (ButtonType and ButtonType == "edit") then configRowId = RowId web.goToPage(NextPage, true, true) elseif (ButtonType and ButtonType == "delete") then local field, splitted, rows = web.cgiSearch(cgi, "ifStaticIPAliasChk") -- if any rows to delete if (rows) then errorFlag, statusCode = lanGroups.deleteLanMultiHoming (rows) end -- save db if no error if (errorFlag == "OK") then db.save() end statusMessage = db.getAttribute("stringsMap", "stringId", statusCode, LANGUAGE) web.goToPage(NextPage, true, true) else ?> $|COMPANY_NAME|$ $|PRODUCT_FAMILY|$ - LAN Multi-homing
 
LAN Multi-homing
 
IPv6
IPv4
 
 
$| statusMessage|$
Available Secondary LAN IPs
  IP Address Subnet Mask Action
$| row["ifStaticIPAlias.IPAddress"] or '' |$ $| row["ifStaticIPAlias.SubnetMask"] or '' |$
Add Secondary LAN IP Address:
IP Address Subnet Mask Add
.
.
.
.
.
.