From owner-cvs-all@FreeBSD.ORG Fri Dec 24 22:16:38 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CF2616A4CE; Fri, 24 Dec 2004 22:16:38 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53B7943D3F; Fri, 24 Dec 2004 22:16:38 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id iBOMGchM077995; Fri, 24 Dec 2004 22:16:38 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id iBOMGcbx077994; Fri, 24 Dec 2004 22:16:38 GMT (envelope-from ru) Message-Id: <200412242216.iBOMGcbx077994@repoman.freebsd.org> From: Ruslan Ermilov Date: Fri, 24 Dec 2004 22:16:38 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.sbin/arp arp.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Dec 2004 22:16:38 -0000 ru 2004-12-24 22:16:38 UTC FreeBSD src repository Modified files: usr.sbin/arp arp.c Log: For VLAN interfaces, print MAC addresses properly. (Broken in rev. 1.52.) PR: 75471 Submitted by: Jon Simola MFC after: 3 days Revision Changes Path 1.54 +2 -1 src/usr.sbin/arp/arp.c