[IPV6]: Don't dump temporary addresses twice
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Tue, 28 Jun 2005 20:00:30 +0000 (13:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Jun 2005 20:00:30 +0000 (13:00 -0700)
commitae9cda5d65f3d8a495241cbdcc2d56f721c83cc3
treea2dad0af022411e53724bd965c535287975a05bc
parent8a47077a0b5aa2649751c46e7a27884e6686ccbf
[IPV6]: Don't dump temporary addresses twice

Each IPv6 Temporary Address (w/ CONFIG_IPV6_PRIVACY) is dumped twice
to netlink.

Because temporary addresses are listed in idev->addr_list,
there's no need to dump idev->tempaddr separately.

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