= 16) then statusMessage = "Can't add configuration to this table. Maximum limit reached." NextPage = "protocol_binding" end end web.goToPage(NextPage, true, true) elseif (ButtonType and ButtonType == "edit") then configRowId = RowId web.goToPage(NextPage, true, true) elseif (ButtonType and ButtonType == "enable") then local field, splitted, rows = web.cgiSearch(cgi, "ProtocolBindingChk") -- if any rows to enable if (rows) then errorFlag, statusCode = protocolBinding.modifyRules(rows, "enable") 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) elseif (ButtonType and ButtonType == "disable") then local field, splitted, rows = web.cgiSearch(cgi, "ProtocolBindingChk") -- if any rows to disable if (rows) then errorFlag, statusCode = protocolBinding.modifyRules(rows, "disable") 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) elseif (ButtonType and ButtonType == "delete") then local field, splitted, rows = web.cgiSearch(cgi, "ProtocolBindingChk") -- if any rows to delete if (rows) then errorFlag, statusCode = protocolBinding.modifyRules(rows, "delete") 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|$ - Protocol Bindings
 
Protocol Bindings
 
IPv6
IPv4
 
 
$| statusMessage|$
Protocol Bindings
  ! Service Local Gateway Source Network Destination Network Action
$| row["ProtocolBinding.ServiceName"] or ''|$ $| row["ProtocolBinding.LocalGateway"] or '' |$ $| SrcType or '' |$ $|Desttype|$
* Protocol Binding is used when Load Balancing option is selected in WAN Mode..