[ 
https://issues.apache.org/jira/browse/VCL-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aaron Peeler resolved VCL-529.
------------------------------

    Resolution: Fixed
    
> invalid IP addresses are marked as valid in the is_public_ip_address
> --------------------------------------------------------------------
>
>                 Key: VCL-529
>                 URL: https://issues.apache.org/jira/browse/VCL-529
>             Project: VCL
>          Issue Type: Bug
>          Components: vcld (backend)
>    Affects Versions: 2.2.1
>            Reporter: Aaron Coburn
>            Priority: Minor
>             Fix For: 2.3
>
>
> in the is_public_ip_address subroutine in utils.pm, the code first checks 
> whether the IP address is valid. If the address is invalid, the subroutine 
> should return 0 (i.e. the address is NOT a public IP address); instead it 
> returns 1, and in some cases, this can result in an invalid IP address being 
> set as the computer's public IP address.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to