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:39:31 UTC

[jira] Updated: (HARMONY-6351) [classlib][luni][java6] NetworkInterface.getHardwareAddress() always got NULL on AIX

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

Ray Chen updated HARMONY-6351:
------------------------------

    Attachment: 6351.diff

Use getkerninfo() instead to get Mac Address on AIX

> [classlib][luni][java6] NetworkInterface.getHardwareAddress() always got NULL on AIX
> ------------------------------------------------------------------------------------
>
>                 Key: HARMONY-6351
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6351
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: AIX
>            Reporter: Ray Chen
>         Attachments: 6351.diff
>
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> NetworkInterface.getHardwareAddress() always got NULL on AIX because SIOCGIFHWADDR is not defined on AIX.
> So the function getPlatformHardwareAddress in helpers.c simply return NULL. 

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