You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Ray Chen (JIRA)" <ji...@apache.org> on 2009/10/12 12:57:31 UTC

[jira] Updated: (HARMONY-6352) [classlib][luni]MulticastSocket.getNetworkInterface() got wrong network interface on AIX

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

Ray Chen updated HARMONY-6352:
------------------------------

    Attachment: 6352.diff

Modify the MulticastSocket to add one property to store the network interface.

> [classlib][luni]MulticastSocket.getNetworkInterface() got wrong network interface on AIX
> ----------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6352
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6352
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: AIX
>            Reporter: Ray Chen
>         Attachments: 6352.diff
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> On AIX, the network interface are composed of en and et which shared same IP address.
> And en is for DIX protocol et is for 802.3 protocol.
> When call the getNetworkInterface() method, it find the network interface by ip address which may got wrong one.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.