From owner-freebsd-current@freebsd.org Wed Feb 3 13:56:24 2016 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 7F0ADA99AA3 for ; Wed, 3 Feb 2016 13:56:24 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from zxy.spb.ru (zxy.spb.ru [195.70.199.98]) (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 40B6D1F74 for ; Wed, 3 Feb 2016 13:56:24 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1aQxuo-0000a7-LT; Wed, 03 Feb 2016 16:56:14 +0300 Date: Wed, 3 Feb 2016 16:56:14 +0300 From: Slawa Olhovchenkov To: Peter =?utf-8?Q?Ankerst=C3=A5l?= Cc: freebsd-current@freebsd.org Subject: Re: arp flapping after udating system to 11-CURRENT. Message-ID: <20160203135614.GW37895@zxy.spb.ru> References: <56B1ACDF.30807@pean.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <56B1ACDF.30807@pean.org> User-Agent: Mutt/1.5.24 (2015-08-30) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: slw@zxy.spb.ru X-SA-Exim-Scanned: No (on zxy.spb.ru); SAEximRunCond expanded to false 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: Wed, 03 Feb 2016 13:56:24 -0000 On Wed, Feb 03, 2016 at 08:31:43AM +0100, Peter Ankerstål wrote: > Hi! > > I recently upgraded my system to 11-CURRENT (FreeBSD 11.0-CURRENT #0 > r295087: Sun Jan 31 10:21:31 CET 2016) and after that all of my other > devices in the network complains about arp-flapping: > > arp: 172.25.0.1 moved from 00:00:24:d0:9e:5d to 02:e8:ea:15:66:00 on re0 > arp: 172.25.0.1 moved from 02:e8:ea:15:66:00 to 00:00:24:d0:9e:5d on re0 > arp: 172.25.0.1 moved from 00:00:24:d0:9e:5d to 02:e8:ea:15:66:00 on re0 > > > It seems to be flapping between the virtual mac of my bridge interface > and the actual mac adress on the physical interface. This was not the > case when i ran FreeBSD 10.2. Is there some settings I need to do? I am see this on FreeBSD 10. And FreeBSD 9. Only switch to ng_bridge remove this for me.