[OpenWrt-Devel] IPv6-question / fe80 / linklocal / uniq?

Baptiste Jonglez bjonglez at illyse.org
Tue Jul 22 06:07:47 EDT 2014


On Tue, Jul 22, 2014 at 11:50:55AM +0200, Bastian Bittorf wrote:
> when reading http://en.wikipedia.org/wiki/IPv6#Link_local_address
> it seems to me, that the linklocal-address should be uniq,

"unique" is ambiguous: do you mean that the same LL address can't be
present on different interfaces? on different hosts?  That a host can only
have one link-local address per interface?

> but here:
> 
> root at box:~ ip neigh | grep ^'fe80::' | grep "lladdr $mac"
> fe80::1cfc:fe65:769:3784 dev wlan0 lladdr 84:b1:53:b2:b8:b3 STALE
> fe80::cea:3b47:5812:96be dev wlan0 lladdr 84:b1:53:b2:b8:b3 STALE

  # ip -6 addr add fe80::1cfc:fe65:769:3784/64 dev eth0
  # ip -6 addr add fe80::cea:3b47:5812:96be/64 dev eth0

I don't see any problem with that.

In your case, fe80::1cfc:fe65:769:3784 is an EUI64 address, while the
other one is not (so, probably added manually).

> why this? bye, bastian
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20140722/819ea426/attachment.sig>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list