[IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Wed, 14 Nov 2007 06:56:23 +0000 (15:56 +0900)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 22:53:58 +0000 (14:53 -0800)
commit2a8cc6c89039e0530a3335954253b76ed0f9339a
treedf7c77496032025bf73d0ee60441e0cc2724ed29
parent303065a8545bf7524550bd9564afb48e8a685a2d
[IPV6] ADDRCONF: Support RFC3484 configurable address selection policy table.

Policy table is implemented as an RCU linear list since we do not expect
large list nor frequent updates.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_addrlabel.h [new file with mode: 0644]
include/linux/rtnetlink.h
include/net/addrconf.h
net/ipv6/Makefile
net/ipv6/addrconf.c
net/ipv6/addrlabel.c [new file with mode: 0644]