[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)
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>

No differences found