From owner-freebsd-current@freebsd.org Thu Oct 29 16:42:50 2015 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85D68A21ECD for ; Thu, 29 Oct 2015 16:42:50 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 635DD1B14 for ; Thu, 29 Oct 2015 16:42:50 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: by mailman.ysv.freebsd.org (Postfix) id 59734A21ECC; Thu, 29 Oct 2015 16:42:50 +0000 (UTC) Delivered-To: current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5910FA21ECB for ; Thu, 29 Oct 2015 16:42:50 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [199.48.133.146]) by mx1.freebsd.org (Postfix) with ESMTP id 391431B0F; Thu, 29 Oct 2015 16:42:49 +0000 (UTC) (envelope-from eric@vangyzen.net) Received: from marvin.beer.town (unknown [76.164.8.130]) by smtp.vangyzen.net (Postfix) with ESMTPSA id 7723456486; Thu, 29 Oct 2015 11:42:43 -0500 (CDT) Subject: Re: r288951: ifconfig -alias, arp not removed To: Bryan Drewery , current@FreeBSD.org References: <5632485F.5080203@FreeBSD.org> From: Eric van Gyzen Message-ID: <56324C80.8000408@vangyzen.net> Date: Thu, 29 Oct 2015 11:42:40 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <5632485F.5080203@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2015 16:42:50 -0000 On 10/29/2015 11:25, Bryan Drewery wrote: > # ifconfig > igb0: flags=8843 metric 0 mtu 1500 > > options=403bb > ether c8:0a:a9:04:39:78 > inet 10.10.0.7 netmask 0xffff0000 broadcast 10.10.255.255 > inet 10.10.7.2 netmask 0xffff0000 broadcast 10.10.255.255 > inet 10.10.0.9 netmask 0xffff0000 broadcast 10.10.255.255 > nd6 options=23 > media: Ethernet autoselect (1000baseT ) > status: active > > # ifconfig igb0 inet 10.10.0.9 -alias > # arp -an|grep 10.10.0.9 > ? (10.10.0.9) at c8:0a:a9:04:39:78 on igb0 permanent [ethernet] > # arp -d 10.10.0.9 > arp: writing to routing socket: Operation not permitted > > I swear this is not normal. I'm on an older build as well, r288951. That definitely looks abnormal. See what "route get" says. I think that's the error you get when there is a route for that address. Eric