From owner-svn-src-head@freebsd.org Mon Oct 3 19:22:56 2016 Return-Path: Delivered-To: svn-src-head@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 787A0AF3EEA; Mon, 3 Oct 2016 19:22:56 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from smtp.vangyzen.net (hotblack.vangyzen.net [IPv6:2607:fc50:1000:7400:216:3eff:fe72:314f]) by mx1.freebsd.org (Postfix) with ESMTP id 49A798A8; Mon, 3 Oct 2016 19:22:56 +0000 (UTC) (envelope-from vangyzen@FreeBSD.org) Received: from sweettea.beer.town (unknown [76.164.8.130]) by smtp.vangyzen.net (Postfix) with ESMTPSA id 2F0F656488; Mon, 3 Oct 2016 14:22:55 -0500 (CDT) Subject: Re: svn commit: r306652 - head/usr.sbin/arp To: Bruce Simpson , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201610031902.u93J2MR8062236@repo.freebsd.org> From: Eric van Gyzen Message-ID: Date: Mon, 3 Oct 2016 14:22:54 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Oct 2016 19:22:56 -0000 On 10/03/2016 14:11, Bruce Simpson wrote: > On 03/10/16 20:02, Eric van Gyzen wrote: >> Author: vangyzen >> Date: Mon Oct 3 19:02:22 2016 >> New Revision: 306652 >> URL: https://svnweb.freebsd.org/changeset/base/306652 >> >> Log: >> Update arp(4) to document the net.link.ether.inet.garp_rexmit_count >> sysctl. > > Meh, acronym collision. > > It's probably obvious in this context that GARP stands here for > Gratuitous ARP, but my mental autocomplete reads it as Generic Attribute > Registration Protocol (GARP). The collision is unfortunate, but I agree that the context should be enough. > However, that GARP -- 802.1ak -- is due to be replaced with MRP. The "Mental-map Rewriting Protocol"? ;-) Cheers, Eric