From owner-svn-src-all@freebsd.org Tue May 31 18:50:04 2016 Return-Path: Delivered-To: svn-src-all@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 29F5CB5BA7A; Tue, 31 May 2016 18:50:04 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 018B51EC4; Tue, 31 May 2016 18:50:04 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 505DCB989; Tue, 31 May 2016 14:50:02 -0400 (EDT) From: John Baldwin To: Allan Jude Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r301059 - head/sbin/ifconfig Date: Tue, 31 May 2016 11:36:19 -0700 Message-ID: <2442602.d45z1euH3Q@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: <201605311730.u4VHU8Z4016044@repo.freebsd.org> References: <201605311730.u4VHU8Z4016044@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Tue, 31 May 2016 14:50:02 -0400 (EDT) X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2016 18:50:04 -0000 On Tuesday, May 31, 2016 05:30:08 PM Allan Jude wrote: > Author: allanjude > Date: Tue May 31 17:30:08 2016 > New Revision: 301059 > URL: https://svnweb.freebsd.org/changeset/base/301059 > > Log: > ifconfig(8) now supports some output formatting options > > specified by the -f flag or IFCONFIG_FORMAT environment variable, the user > can request that inet4 subnet masks be printed in CIDR or dotted-quad > notation, in addition to the traditional hex output. > inet6 prefixes can be printed in CIDR as well. > > For more documentation see the ifconfig(8) man page. ... and there was much rejoicing! Are you brave enough to set a default IFCONFIG_FORMAT in the root shell startup files? -- John Baldwin