]> git.baikalelectronics.ru Git - kernel.git/commit
[IPV6]: Fix NS handing for proxy/anycast address
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Wed, 5 Oct 2005 19:11:41 +0000 (12:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 5 Oct 2005 19:11:41 +0000 (12:11 -0700)
commitf0aa826f552164ac70b5a594da82046d2f885b18
tree14ec393098c1f8b9082e959c6d3718181e920f82
parent7939836d4cdbb818ac7e289a9dabf4d478d82eac
[IPV6]: Fix NS handing for proxy/anycast address

Timer set up by pneigh_enqueue() ended up calling ndisc_rcv()
via pndisc_redo(), which clears LOCALLY_ENQUEUED flag in
NEIGH_CB(skb) and NS was queued again.
Let's call ndisc_recv_ns() directly to avoid the loop.

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