]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8f68a1cd34c7f8a8f617c92288413fd4fbe59023
treebaecf369b04cb1a6ff4cfa376ecf6301564a34d4
parent7642085305c2f61aef81cef357d9bdff9eb1f0cb
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