]> git.baikalelectronics.ru Git - kernel.git/commit
[IPV6]: ADDRCONF: Use our standard algorithm for randomized ifid.
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Tue, 21 Mar 2006 00:54:09 +0000 (16:54 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 00:54:09 +0000 (16:54 -0800)
commitfc7c24e01544154fb112ae962600b48aa64c28a1
tree7e98451f91422ad33bc8f4df62cb8166317b9796
parent4ea927648dca359a860d36f12b0ce96d6d2499ab
[IPV6]: ADDRCONF: Use our standard algorithm for randomized ifid.

RFC 3041 describes an algorithm to generate random interface
identifier.  In RFC 3041bis, it is allowed to use different
algorithm than one described in RFC 3041.

So, let's use our standard pseudo random algorithm to simplify
our implementation.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/if_inet6.h
net/ipv6/Kconfig
net/ipv6/addrconf.c