I set IPv6 in MIPS Embedded device. I use 2.6.23 kernel and I set IPv6 items in menuconfig. I updated kernel in the device but, link-local IP doesn't show in ipconfig as below:
-> inet6 addr: /64 Scope:Link
How can I set link-local IP?
I can find ipv6 address as below, but ifconfig is not...
[root@]# cat /proc/net/if_inet6
00000000000000000000000000000001 01 80 10 80 lo
fe8000000000000002032efffe070001 02 40 20 80 eth0
What is the problem? kernel? ifconfig (busybox-1.1.0)? anything else? Please give me any idea!~ Thank you~