From owner-freebsd-current@freebsd.org Fri Feb 5 09:30:53 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 34303A76CAF for ; Fri, 5 Feb 2016 09:30:53 +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 ECB421D45 for ; Fri, 5 Feb 2016 09:30:52 +0000 (UTC) (envelope-from slw@zxy.spb.ru) Received: from slw by zxy.spb.ru with local (Exim 4.86 (FreeBSD)) (envelope-from ) id 1aRcj2-000Dr5-8f; Fri, 05 Feb 2016 12:30:48 +0300 Date: Fri, 5 Feb 2016 12:30:48 +0300 From: Slawa Olhovchenkov To: Roger Marquis Cc: freebsd-current@freebsd.org Subject: Re: arp flapping after udating system to 11-CURRENT. Message-ID: <20160205093048.GX37895@zxy.spb.ru> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline 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: Fri, 05 Feb 2016 09:30:53 -0000 On Thu, Feb 04, 2016 at 03:43:05PM -0800, Roger Marquis wrote: > Slawa Olhovchenkov wrote: > >> 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? > > While the documentation says you should assign an IP to the bridge it is probably > not a good idea, code aside, since bridges are layer 2 devices and IPs are > layer 3. bridge members also are layer 2 devices