From owner-freebsd-net@FreeBSD.ORG Wed Aug 17 17:51:20 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD08B106566C for ; Wed, 17 Aug 2011 17:51:20 +0000 (UTC) (envelope-from chrismiller.bsd@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8D0E88FC19 for ; Wed, 17 Aug 2011 17:51:20 +0000 (UTC) Received: by gyd10 with SMTP id 10so1088491gyd.13 for ; Wed, 17 Aug 2011 10:51:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=jG7YmxhO2h4hcrnfY2+OWBTRnLJvMfV131xhnyhxcuI=; b=dA3W2QxsQecL/hQfZT0ZJ5pKhw8OY+EHYwPJF2OKdR/QvA541kMTV3hT8/ZSF2fE0J HQQ3bf4Q/4Nh8y5wiCvJO11tBVUUyF1WxXdhOSDaRxYqU7TfhblFrVFAZLmFzDXU0HXe b2iKTBr3iMF1j7KY+hDOa5vk8lUbYCtCV71Vo= MIME-Version: 1.0 Received: by 10.236.184.233 with SMTP id s69mr4198100yhm.94.1313603478031; Wed, 17 Aug 2011 10:51:18 -0700 (PDT) Received: by 10.236.106.74 with HTTP; Wed, 17 Aug 2011 10:51:17 -0700 (PDT) In-Reply-To: References: Date: Wed, 17 Aug 2011 13:51:17 -0400 Message-ID: From: Chris Miller To: "Li, Qing" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: "freebsd-net@freebsd.org" Subject: Re: arpresolve: can't allocate llinfo X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2011 17:51:20 -0000 Qing- I would definitely appreciate it if you could check on any fixes that may affect this behavior. I was not seeing the problem with the same configuration on 7.2. -Chris On Tue, Aug 16, 2011 at 7:59 PM, Li, Qing wrote: > This issue should have been fixed quite a while ago. > > I need to go through my past commits and see if everything has been merged > back > into the 8.1 branch. > > --Qing > > > > -----Original Message----- > > From: owner-freebsd-net@freebsd.org [mailto:owner-freebsd- > > net@freebsd.org] On Behalf Of Chris Miller > > Sent: Tuesday, August 16, 2011 3:05 PM > > To: freebsd-net@freebsd.org > > Subject: arpresolve: can't allocate llinfo > > > > I'm using FreeBSD 8.1 and I'm seeing the following messages spit out > > frequently. > > > > IPv4 address: "169.254.231.172" is not on the network > > arpresolve: can't allocate llinfo for 169.254.231.172 > > > > Background: > > I have two interfaces attached to the same LAN, both configured using > > 169.254/16 link local automatic addressing. > > ARP entries exist for each interface. > > There are two routing entries for 169.254.0.0/16, one going out each > > interface. > > > > I've done some debugging and it appears that this happens when a packet > > is > > received on one of the interfaces and while sending the reply the > > routing > > lookup code says that we should send it out the other interface. This > > causes > > the "not on the network" message. > > > > I'm looking for suggestions or patches to allow this configuration to > > work > > as I need to have both interfaces on this network for redundancy. > > > > Thanks for any help. > > > > -Chris Miller > > _______________________________________________ > > freebsd-net@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-net > > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >