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 2010/02/06 16:32:27 UTC

[jira] Updated: (HARMONY-6409) [classlib][luni]NetworkInterface name is different from RI on windows platform

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

Ray Chen updated HARMONY-6409:
------------------------------

    Attachment: Harmony-6409.diff

In the patch, change the network interface name to be the same as RI's, also change the list order.

> [classlib][luni]NetworkInterface name is different from RI on windows platform
> ------------------------------------------------------------------------------
>
>                 Key: HARMONY-6409
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6409
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Windows XP
>            Reporter: Ray Chen
>         Attachments: Harmony-6409.diff, NITestCase.java
>
>
> Run attached test case on Harmony and RI got different network interface name:
> RI:
> lo
> 127.0.0.1
> eth0
> eth1
> eth2
> 9.123.233.111
> Harmony:
> {07BC3789-2EFE-4D28-AA4C-C8A2D1241CFD}
> {228DCE03-66B9-4540-8FB8-D75563E3FA97}
> {EAD768D1-33D7-4E3F-A3EE-A563356C07F0}
> 9.123.233.111
> MS TCP Loopback interface
> 127.0.0.1

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