From owner-cvs-all@FreeBSD.ORG Fri Jul 18 06:48:07 2003 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 2641537B401; Fri, 18 Jul 2003 06:48:07 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B534143FAF; Fri, 18 Jul 2003 06:48:06 -0700 (PDT) (envelope-from yar@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6IDm60U014216; Fri, 18 Jul 2003 06:48:06 -0700 (PDT) (envelope-from yar@repoman.freebsd.org) Received: (from yar@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6IDm6KS014215; Fri, 18 Jul 2003 06:48:06 -0700 (PDT) Message-Id: <200307181348.h6IDm6KS014215@repoman.freebsd.org> From: Yar Tikhiy Date: Fri, 18 Jul 2003 06:48:06 -0700 (PDT) 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.8 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, 18 Jul 2003 13:48:07 -0000 yar 2003/07/18 06:48:06 PDT FreeBSD src repository Modified files: usr.sbin/arp arp.8 arp.c Log: Implement a new option: -i, which will allow to limit the scope of operation to the ARP entries on a particular interface. It should be useful on machines with numerous network interfaces, e.g., on inter-VLAN routers. PR: bin/54151 Submitted by: Dmitry Morozovsky Discussed on: -net MFC after: 2 weeks Revision Changes Path 1.21 +8 -0 src/usr.sbin/arp/arp.8 1.46 +25 -4 src/usr.sbin/arp/arp.c