From owner-freebsd-net@FreeBSD.ORG Wed May 7 18:57:55 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE89EA63 for ; Wed, 7 May 2014 18:57:55 +0000 (UTC) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [67.212.89.78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9C378EC9 for ; Wed, 7 May 2014 18:57:55 +0000 (UTC) Received: from mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) by mail.bsdinfo.com.br (Postfix) with ESMTP id 0AF42139E4 for ; Wed, 7 May 2014 15:57:59 -0300 (BRT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=bsdinfo.com.br; h=content-transfer-encoding:content-type:content-type :in-reply-to:references:subject:subject:to:mime-version :user-agent:from:from:date:date:message-id; s=dkim; t= 1399489074; x=1400353075; bh=fDw/dJe0lWykCh+a+2QtJT/7bxr3fVy3LqH wUta6TBk=; b=K1VAUKSbxJ24kPvykpncDeXWqaovEZq5Hlsi9X0XZh6xdOro+BV nnd5DdNHug9vY1cVDNwQi3+FETLpzNapu9ELJng1mmQ8t8r3bDuarjunqEuidMbt V+1InnB+YozkTMgSuxufuj/2+L+lQaUGwSZCZ/dxsTvSQw/AHwdDObCA= X-Virus-Scanned: amavisd-new at mail.bsdinfo.com.br Received: from mail.bsdinfo.com.br ([127.0.0.1]) by mail.bsdinfo.com.br (mail.bsdinfo.com.br [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mgsxbLzkdZ3l for ; Wed, 7 May 2014 15:57:54 -0300 (BRT) Received: from MacBook-de-Gondim-2.local (unknown [186.193.54.69]) by mail.bsdinfo.com.br (Postfix) with ESMTPSA id 7FD6C139C3 for ; Wed, 7 May 2014 15:57:54 -0300 (BRT) Message-ID: <536A822A.7040404@bsdinfo.com.br> Date: Wed, 07 May 2014 15:57:46 -0300 From: Marcelo Gondim User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: FreeBSD Net Subject: Re: Problem with removing mac address from arptable on 10-stable References: <536A5580.6020502@bsdinfo.com.br> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18 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, 07 May 2014 18:57:55 -0000 Em 07/05/14 15:18, Alan Somers escreveu: > On Wed, May 7, 2014 at 9:47 AM, Marcelo Gondim wrote: >> Hi all, >> >> I'm having this problemon my FreeBSD 10-STABLE: >> >> (root@rt01)[~]# arp -an|grep 187.xxx.216.252 >> ? (187.xxx.216.252) at 5c:e0:f6:00:11:29 on vlan4 permanent [vlan] >> >> (root@rt01)[~]# arp -d 187.xxx.216.252 >> delete: cannot locate 187.xxx.216.252 >> >> FreeBSD rt01.xxxxxx.com.br 10.0-STABLE FreeBSD 10.0-STABLE #8 r265409: Tue >> May 6 01:14:05 BRT 2014 root@rt01.xxxxxx.com.br:/usr/obj/usr/src/sys/GONDIM >> amd64 >> >> This is a real problem or am I missing something? > Are you using multiple FIBs? There are been bugs relating to FIBs and > the ARP table. If you're unsure, check "sysctl net.fibs" Hi Alan, Thanks for your reply. # sysctl net.fibs net.fibs: 2 I'll change it to 1 and see if the problem will happen. Thanks!