Eli> The if on the skb queue len is not necessary since this queue Eli> is on a newly created neighbor and is obviously empty. Then Eli> the path query would be called if path->query is null. Hmm, I think you're right. It seems like we can just remove that test and close the issue in a much simpler way. - R.