From owner-cvs-src@FreeBSD.ORG Sat Oct 21 05:43:30 2006 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3369416A403; Sat, 21 Oct 2006 05:43:30 +0000 (UTC) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id E53A743D46; Sat, 21 Oct 2006 05:43:29 +0000 (GMT) (envelope-from glebius@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k9L5hTrI074521; Sat, 21 Oct 2006 05:43:29 GMT (envelope-from glebius@repoman.freebsd.org) Received: (from glebius@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k9L5hTNI074520; Sat, 21 Oct 2006 05:43:29 GMT (envelope-from glebius) Message-Id: <200610210543.k9L5hTNI074520@repoman.freebsd.org> From: Gleb Smirnoff Date: Sat, 21 Oct 2006 05:43:29 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_6 Cc: Subject: cvs commit: src/usr.sbin/arp arp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Oct 2006 05:43:30 -0000 glebius 2006-10-21 05:43:29 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) usr.sbin/arp arp.c Log: - Before doing ioctl(SIOCGIFNETMASK) put the proper IP address into the ifreq, to obtain correct netmask in case of interface with multiple aliases. - While here, remove a comment with a bad idea. PR: bin/42120 Submitted by: Dmitry Frolov Approved by: re (hrs) Revision Changes Path 1.58.2.4 +1 -1 src/usr.sbin/arp/arp.c