]> git.baikalelectronics.ru Git - kernel.git/commit
[IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support.
authorNeil Horman <nhorman@tuxdriver.com>
Thu, 26 Apr 2007 00:08:10 +0000 (17:08 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:23:43 +0000 (22:23 -0700)
commit5d5b820ca1d6e1e07df0a8625e6cc886330aa9d1
tree49d8e60418cb4eeb0c9ed79fd095af50f6ec6623
parent1a6accbb4d62d93d10d13307c4bfe12aad8a72f6
[IPV6] ADDRCONF: Optimistic Duplicate Address Detection (RFC 4429) Support.

Nominally an autoconfigured IPv6 address is added to an interface in the
Tentative state (as per RFC 2462).  Addresses in this state remain in this
state while the Duplicate Address Detection process operates on them to
determine their uniqueness on the network.  During this period, these
tentative addresses may not be used for communication, increasing the time
before a node may be able to communicate on a network.  Using Optimistic
Duplicate Address Detection, autoconfigured addresses may be used
immediately for communication on the network, as long as certain rules are
followed to avoid conflicts with other nodes during the Duplicate Address
Detection process.

Signed-off-by: Neil Horman <nhorman@tuxdriver.com>
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_addr.h
include/linux/ipv6.h
include/net/addrconf.h
net/ipv6/Kconfig
net/ipv6/addrconf.c
net/ipv6/ip6_output.c
net/ipv6/mcast.c
net/ipv6/ndisc.c