ipv6: AF_INET6 link address family
authorThomas Graf <tgraf@infradead.org>
Tue, 16 Nov 2010 04:33:57 +0000 (04:33 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 Nov 2010 19:28:26 +0000 (11:28 -0800)
IPv6 already exposes some address family data via netlink in the
IFLA_PROTINFO attribute if RTM_GETLINK request is sent with the
address family set to AF_INET6. We take over this format and
reuse all the code.

Signed-off-by: Thomas Graf <tgraf@infradead.org>
Cc: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c

Simple merge