ipv6: remove duplicate neigh_ifdown
authorstephen hemminger <shemminger@vyatta.com>
Thu, 16 Dec 2010 17:42:54 +0000 (17:42 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Dec 2010 06:01:17 +0000 (22:01 -0800)
commitd1ed113f1669390da9898da3beddcc058d938587
treebaecf369b04cb1a6ff4cfa376ecf6301564a34d4
parentbc3ef6605ea325e41b586a76aadc3f731c317504
ipv6: remove duplicate neigh_ifdown

When device is being set to down, neigh_ifdown was being called
twice. Once from addrconf notifier and once from ndisc notifier.

Signed-off-by: Stephen Hemminger <shemminger@vyatta.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/addrconf.c