From owner-freebsd-stable@FreeBSD.ORG Sun Nov 20 19:00:34 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84FE616A420 for ; Sun, 20 Nov 2005 19:00:34 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from dbmail-mx3.orcon.co.nz (loadbalancer1.orcon.net.nz [219.88.242.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9D6E43D45 for ; Sun, 20 Nov 2005 19:00:33 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by dbmail-mx3.orcon.co.nz (8.13.2/8.13.2/Debian-1) with ESMTP id jAKJ1L7K030431; Mon, 21 Nov 2005 08:01:22 +1300 Received: by heff.fud.org.nz (Postfix, from userid 1001) id DC5812842D; Mon, 21 Nov 2005 08:00:26 +1300 (NZDT) Date: Mon, 21 Nov 2005 08:00:26 +1300 From: Andrew Thompson To: Niki Denev Message-ID: <20051120190026.GA4648@heff.fud.org.nz> References: <4380B774.2080705@cytexbg.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4380B774.2080705@cytexbg.com> User-Agent: Mutt/1.5.11 X-Virus-Scanned: ClamAV 0.87/1180/Sun Nov 20 23:20:28 2005 on dbmail-mx3.orcon.co.nz X-Virus-Status: Clean Cc: freebsd-stable@freebsd.org Subject: Re: inconsistent arp(8) mac address output using if_bridge X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2005 19:00:34 -0000 On Sun, Nov 20, 2005 at 07:50:44PM +0200, Niki Denev wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello, > > I have a small machine setup to act as simple network gateway. > I have one wireless and one wired interfaces without IP configuration > on them, and they are added as if_bridge(4) members. > When i issue arp -na command on the machine i get this: > > ? (10.10.10.240) at 0.14.a5.1a.dc.73 on bridge0 > ? (10.10.10.241) at 4.4b.80.80.80.3 on bridge0 > ? (10.10.10.246) at 0.a0.cc.62.99.c3 on bridge0 This has been fixed up already, you can update your source and recompile usr.sbin/arp HEAD: r1.59 RELENG_6: r1.58.2.1 cheers, Andrew