From owner-freebsd-net@FreeBSD.ORG Wed May 20 12:23:48 2009 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 D82B7106566C for ; Wed, 20 May 2009 12:23:48 +0000 (UTC) (envelope-from nvass9573@gmx.com) Received: from mail.gmx.com (unknown [213.165.64.42]) by mx1.freebsd.org (Postfix) with SMTP id 2B0638FC14 for ; Wed, 20 May 2009 12:23:48 +0000 (UTC) (envelope-from nvass9573@gmx.com) Received: (qmail invoked by alias); 20 May 2009 12:23:46 -0000 Received: from unknown (EHLO [192.168.254.1]) [79.107.178.55] by mail.gmx.com (mp-eu004) with SMTP; 20 May 2009 14:23:46 +0200 X-Authenticated: #46156728 X-Provags-ID: V01U2FsdGVkX18PdpBP2YcP9lwjFQrMz/hSMnwJcvSOX9vI6SITlq v1DMLjK0seuENd Message-ID: <4A13F63D.5000800@gmx.com> Date: Wed, 20 May 2009 15:23:25 +0300 From: Nikos Vassiliadis User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: "Li, Qing" References: <4A111FDC.5030400@gmx.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-FuHaFi: 0.58 Cc: freebsd-net@freebsd.org Subject: Re: arp fails to clear mapping for deleted network 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, 20 May 2009 12:23:49 -0000 Li, Qing wrote: > Please apply the patch at "http://people.freebsd.org/~qingli/patch" and > that should fix your problem. Yes, your patch fixes the problem. > I found another issue while testing the patch. I am working on it and > hope to have a fix soon. While you're at it and if it's not too much to ask, could you also check proxy-arp? For example: arp -s 192.168.254.250 auto pub > 15:16:56.497270 08:00:27:49:d9:5e > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 42: Request who-has 192.168.254.250 tell 192.168.254.250, length 28 But, when a request for 192.168.254.250 comes in, it doesn't reply > 15:17:04.902291 00:18:d1:e4:ee:29 > ff:ff:ff:ff:ff:ff, ethertype ARP (0x0806), length 60: Request who-has 192.168.254.250 tell 192.168.254.254, length 46 Thanks, Nikos