You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Alan M. Carroll (Created) (JIRA)" <ji...@apache.org> on 2011/10/21 18:20:32 UTC

[jira] [Created] (TS-995) Change IPv6 support function names to be clearer and more compliant.

Change IPv6 support function names to be clearer and more compliant.
--------------------------------------------------------------------

                 Key: TS-995
                 URL: https://issues.apache.org/jira/browse/TS-995
             Project: Traffic Server
          Issue Type: Improvement
          Components: Network
    Affects Versions: 3.1.0
            Reporter: Alan M. Carroll
            Assignee: Alan M. Carroll
            Priority: Minor
             Fix For: 3.1.2


Several changes:

1) Change "ink_inet" to "ats_ip".
2) Except for a few test functions, "ats_is_ip", "ats_is_ip4", "ats_is_ip6".
3) Change the current "cmp" and "eq" functions to "cmp_addr" and "eq_addr" to reduce confusion about whether the port is compared as well.

--
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

        

[jira] [Updated] (TS-995) Change IPv6 support function names to be clearer and more compliant.

Posted by "Leif Hedstrom (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-995:
-----------------------------

    Fix Version/s:     (was: 3.1.2)
                   3.1.3
    
> Change IPv6 support function names to be clearer and more compliant.
> --------------------------------------------------------------------
>
>                 Key: TS-995
>                 URL: https://issues.apache.org/jira/browse/TS-995
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Network
>    Affects Versions: 3.1.0
>            Reporter: Alan M. Carroll
>            Assignee: Alan M. Carroll
>            Priority: Minor
>             Fix For: 3.1.3
>
>
> Several changes:
> 1) Change "ink_inet" to "ats_ip".
> 2) Except for a few test functions, "ats_is_ip", "ats_is_ip4", "ats_is_ip6".
> 3) Change the current "cmp" and "eq" functions to "cmp_addr" and "eq_addr" to reduce confusion about whether the port is compared as well.

--
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

        

[jira] [Updated] (TS-995) Change IPv6 support function names to be clearer and more compliant.

Posted by "Alan M. Carroll (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan M. Carroll updated TS-995:
-------------------------------

    Attachment: ts-995-rename.sh
                ts-995-rename.pl

Files used to make the name changes.
                
> Change IPv6 support function names to be clearer and more compliant.
> --------------------------------------------------------------------
>
>                 Key: TS-995
>                 URL: https://issues.apache.org/jira/browse/TS-995
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Network
>    Affects Versions: 3.1.0
>            Reporter: Alan M. Carroll
>            Assignee: Alan M. Carroll
>            Priority: Minor
>             Fix For: 3.1.3
>
>         Attachments: ts-995-rename.pl, ts-995-rename.sh
>
>
> Several changes:
> 1) Change "ink_inet" to "ats_ip".
> 2) Except for a few test functions, "ats_is_ip", "ats_is_ip4", "ats_is_ip6".
> 3) Change the current "cmp" and "eq" functions to "cmp_addr" and "eq_addr" to reduce confusion about whether the port is compared as well.

--
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

        

[jira] [Resolved] (TS-995) Change IPv6 support function names to be clearer and more compliant.

Posted by "Alan M. Carroll (Resolved) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-995?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alan M. Carroll resolved TS-995.
--------------------------------

    Resolution: Fixed

Committed, names changed (see attached files).
                
> Change IPv6 support function names to be clearer and more compliant.
> --------------------------------------------------------------------
>
>                 Key: TS-995
>                 URL: https://issues.apache.org/jira/browse/TS-995
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Network
>    Affects Versions: 3.1.0
>            Reporter: Alan M. Carroll
>            Assignee: Alan M. Carroll
>            Priority: Minor
>             Fix For: 3.1.3
>
>
> Several changes:
> 1) Change "ink_inet" to "ats_ip".
> 2) Except for a few test functions, "ats_is_ip", "ats_is_ip4", "ats_is_ip6".
> 3) Change the current "cmp" and "eq" functions to "cmp_addr" and "eq_addr" to reduce confusion about whether the port is compared as well.

--
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

        

[jira] [Commented] (TS-995) Change IPv6 support function names to be clearer and more compliant.

Posted by "Alan M. Carroll (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13132789#comment-13132789 ] 

Alan M. Carroll commented on TS-995:
------------------------------------

After all of this, put back the "eq" and "cmp" to also check port.

Update proxy/ICPConfig.cc to use this instead of splitting it out.
                
> Change IPv6 support function names to be clearer and more compliant.
> --------------------------------------------------------------------
>
>                 Key: TS-995
>                 URL: https://issues.apache.org/jira/browse/TS-995
>             Project: Traffic Server
>          Issue Type: Improvement
>          Components: Network
>    Affects Versions: 3.1.0
>            Reporter: Alan M. Carroll
>            Assignee: Alan M. Carroll
>            Priority: Minor
>             Fix For: 3.1.2
>
>
> Several changes:
> 1) Change "ink_inet" to "ats_ip".
> 2) Except for a few test functions, "ats_is_ip", "ats_is_ip4", "ats_is_ip6".
> 3) Change the current "cmp" and "eq" functions to "cmp_addr" and "eq_addr" to reduce confusion about whether the port is compared as well.

--
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