[
https://issues.apache.org/jira/browse/VCL-174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14252124#comment-14252124
]
ASF subversion and git services commented on VCL-174:
-----------------------------------------------------
Commit 1646518 from [~jfthomps] in branch 'vcl/trunk'
[ https://svn.apache.org/r1646518 ]
VCL-174 - NAT - support for sites that have small IP address ranges
added NAT host section to add/edit management node
utils.php: modified getManagementNodes: added nathostenabled,
natpublicIPaddress, and natinternalIPaddress to returned data
managementnode.php:
-modified addEditDialogHTML: added form fields for nathostenabled,
natpublicipaddress, and natinternalipaddress
-modified AJsaveResource: removed previous code that modified nathost table;
added new code to handle entries from form fields for nathost table
-modified validateResourceData: added nathostenabled, natpublicIPaddress, and
natinternalIPaddress to validated and returned fields
-modified addResource: removed previous code that modified nathost table; added
new code to handle entries from form fields for nathost table
computer.php: modified validateResourceData: added conditional for
nathostenabled being 1 in order to validate natpublicIPaddress and
natinternalIPaddress; removed resource table from query that checks for
reservations for computers using this computer as a nat host
managementnode.js:
-modified addNewResource: added initialization for nathostenabled,
natpublicipaddress, and natinternalipaddress
-added toggleNAThost
-modified inlineEditResourceCB: added code to handle nathostenabled,
natpublicipaddress, and natinternalipaddress
-modified resetEditResource: added natpublicipaddress natinternalipaddress to
list of fields
-modified saveResource: added natpublicipaddress natinternalipaddress to list
of fields; added nathostenabled to data submitted
computer.js: modified addNewResource: initialize nathostenabled to false
> NAT - support for sites that have small IP address ranges
> ---------------------------------------------------------
>
> Key: VCL-174
> URL: https://issues.apache.org/jira/browse/VCL-174
> Project: VCL
> Issue Type: New Feature
> Components: database, vcld (backend), web gui (frontend)
> Reporter: Aaron Peeler
> Priority: Minor
> Fix For: 2.4
>
> Attachments: vcl_nat_patch.diff
>
>
> Add the support for Network Address Translation so smaller sites can provide
> many resources with a small number of IP addresses.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)