lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Mon, 11 Aug 2014 09:27:50 +0900 From: YOSHIFUJI Hideaki <hideaki.yoshifuji@...aclelinux.com> To: Roy Marples <roy@...ples.name>, netdev@...r.kernel.org CC: hideaki.yoshifuji@...aclelinux.com, "David S. Miller\"" <davem@...emloft.net>, Alexey Kuznetsov <kuznet@....inr.ac.ru>, Hideaki YOSHIFUJI <yoshfuji@...ux-ipv6.org>, Patrick McHardy <kaber@...sh.net> Subject: Re: [PATCH] ipv6: do not add link-local address if one already exists Hello. Roy Marples wrote: > Hi > > Currently the kernel will always add an IPv6 link-local address > based on the hardware address when the interface is brought up. > This is probably based on the assumption that userland would > never add one before the interface is brought up. > > However, one at least one userland application (dhcpcd) does this so > it can implement RFC7217 which can be used for link-local addresses > as well. > > Attached is a patch which checks to see if a link-local address exists > before indiscriminately adding one. Well, I think this is incomplete, for example, we will continue generating global address from eui64. I think we should implement such functionality through "if token" bits. --yoshfuji -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists