Re: [kaffe] NetworkInterfaceTest failed

2004-05-24 Thread Ito Kazumitsu
: == Dalibor Topic [EMAIL PROTECTED] writes: : Done checked in. Ito, could you give it a try? If it works for you, : then I'll send it upstream to GNU Classpath. Thank you. NetworkInterfaceTest passed. ___ kaffe mailing list [EMAIL PROTECTED]

Re: [kaffe] NetworkInterfaceTest failed

2004-05-23 Thread Dalibor Topic
Guilhem Lavaux wrote: Timothy Stack wrote: Now NetworkInterface uses a vector for keeping network interfaces. So both [I, {A1}] and [I, {A2}] are stored. This is why both [I, {A1}] and [I, {A2}] are returned now. I think we should somehow create [I, {A1, A2}] from ([I, {A1}], [I, {A2}]). Sorry,

Re: [kaffe] NetworkInterfaceTest failed

2004-05-23 Thread Dalibor Topic
Dalibor Topic wrote: Guilhem Lavaux wrote: Timothy Stack wrote: Now NetworkInterface uses a vector for keeping network interfaces. So both [I, {A1}] and [I, {A2}] are stored. This is why both [I, {A1}] and [I, {A2}] are returned now. I think we should somehow create [I, {A1, A2}] from ([I,

Re: [kaffe] NetworkInterfaceTest failed

2004-05-21 Thread Ito Kazumitsu
The network interface ed0 has two addresses: inet 192.168.0.4 netmask 0xff00 broadcast 192.168.0.255 inet6 fe80::290:99ff:fe5f:4cb2%ed0 prefixlen 64 scopeid 0x2 In this case, I think, java.net.getNetworkInterfaces() should return one interface, [ed0 {192.168.0.4,

Re: [kaffe] NetworkInterfaceTest failed

2004-05-21 Thread Timothy Stack
The network interface ed0 has two addresses: inet 192.168.0.4 netmask 0xff00 broadcast 192.168.0.255 inet6 fe80::290:99ff:fe5f:4cb2%ed0 prefixlen 64 scopeid 0x2 In this case, I think, java.net.getNetworkInterfaces() should return one interface, [ed0 {192.168.0.4,

Re: [kaffe] NetworkInterfaceTest failed

2004-05-21 Thread Guilhem Lavaux
Timothy Stack wrote: Now NetworkInterface uses a vector for keeping network interfaces. So both [I, {A1}] and [I, {A2}] are stored. This is why both [I, {A1}] and [I, {A2}] are returned now. I think we should somehow create [I, {A1, A2}] from ([I, {A1}], [I, {A2}]). Sorry, I just can't help

Re: [kaffe] NetworkInterfaceTest failed

2004-05-20 Thread Ito Kazumitsu
: == Ito Kazumitsu [EMAIL PROTECTED] writes: : Hi, IPv6 issue again. This is not necessarily an IPv6 issue. : getByName failed: name: ed0 (ed0) addresses: : fe80:2::290:99ff:fe5f:4cb2/fe80:2:::290:99ff:fe5f:4cb2; : != name: ed0 (ed0) addresses: : 192.168.0.4/192.168.0.4; The network

[kaffe] NetworkInterfaceTest failed

2004-05-19 Thread Ito Kazumitsu
Hi, IPv6 issue again. Make check shows: FAIL: NetworkInterfaceTest.java 1 of 144 tests failed Please report to [EMAIL PROTECTED] NetworkInterfaceTest.fail says: getByName failed: name: ed0 (ed0) addresses: