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)
commitb382b191ea9e9ccefc437433d23befe91f4a8925
tree182ccdcb1cbb2258e2a951aa32674426547c922b
parent9f0f7272ac9506f4c8c05cc597b7e376b0b9f3e4
ipv6: AF_INET6 link address family

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