commit | ae9cda5d65f3d8a495241cbdcc2d56f721c83cc3 | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Tue Jun 28 13:00:30 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 28 13:00:30 2005 -0700 |
tree | a2dad0af022411e53724bd965c535287975a05bc | |
parent | 8a47077a0b5aa2649751c46e7a27884e6686ccbf [diff] |
[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>