From owner-svn-src-all@freebsd.org Sun May 5 19:24:34 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A715C1592BB4 for ; Sun, 5 May 2019 19:24:34 +0000 (UTC) (envelope-from njm@njm.me.uk) Received: from smtp001-out2.apm-internet.net (smtp001-out2.apm-internet.net [85.119.248.224]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C16346E001 for ; Sun, 5 May 2019 19:24:32 +0000 (UTC) (envelope-from njm@njm.me.uk) Received: (qmail 99075 invoked from network); 5 May 2019 19:17:50 -0000 X-APM-Out-ID: 15570838699907 X-APM-Authkey: 18389/1(18389/1) 5 Received: from unknown (HELO meld.njm.me.uk) (90.194.180.219) by smtp001.apm-internet.net with SMTP; 5 May 2019 19:17:50 -0000 Received: from triton.njm.me.uk (triton.njm.me.uk [192.168.144.133]) by meld.njm.me.uk (8.15.2/8.15.2) with ESMTP id x45JHnVV056298; Sun, 5 May 2019 20:17:49 +0100 (BST) (envelope-from njm@njm.me.uk) Received: from localhost (localhost [127.0.0.1]) by triton.njm.me.uk (8.15.2/8.15.2) with ESMTP id x45JHn9p093620; Sun, 5 May 2019 20:17:49 +0100 (BST) (envelope-from njm@njm.me.uk) Date: Sun, 05 May 2019 20:17:49 +0100 From: "N.J. Mann" To: Rick Macklem , src-committers@freebsd.org, svn-src-all@freebsd.org Subject: Re: svn commit: r347009 - stable/11/usr.sbin/nfsdumpstate Message-ID: <44A4D649336608E100695337@triton.njm.me.uk> In-Reply-To: <201905020111.x421Bonf082237@repo.freebsd.org> References: <201905020111.x421Bonf082237@repo.freebsd.org> X-Mailer: Mulberry/4.0.8 (Linux/x86) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Rspamd-Queue-Id: C16346E001 X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-0.15 / 15.00]; ARC_NA(0.00)[]; NEURAL_HAM_MEDIUM(-0.87)[-0.870,0]; RCVD_COUNT_FIVE(0.00)[5]; RCPT_COUNT_THREE(0.00)[3]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.78)[0.783,0]; FROM_HAS_DN(0.00)[]; MIME_GOOD(-0.10)[text/plain]; RCVD_TLS_LAST(0.00)[]; DMARC_NA(0.00)[njm.me.uk]; AUTH_NA(1.00)[]; NEURAL_HAM_LONG(-0.83)[-0.830,0]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[b.mx.fluent.ltd.uk,b.mx.fluent.ltd.uk,b.mx.fluent.ltd.uk,b.mx.fluent.ltd.uk,b.mx.fluent.ltd.uk]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCVD_IN_DNSWL_LOW(-0.10)[224.248.119.85.list.dnswl.org : 127.0.3.1]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:35259, ipnet:85.119.248.0/21, country:GB]; MIME_TRACE(0.00)[0:+]; IP_SCORE(-0.02)[country: GB(-0.09)] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 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: Sun, 05 May 2019 19:24:34 -0000 Hi, On Thursday, May 02, 2019 01:11:50 +0000 Rick Macklem wrote: > Author: rmacklem > Date: Thu May 2 01:11:49 2019 > New Revision: 347009 > URL: https://svnweb.freebsd.org/changeset/base/347009 > > Log: > MFC: r346709 > Add support to nfsdumpstate for printing of INET6 addresses for locks. > > r346190 added support for printing of INET6 addresses for the "-o" option > (all opens) but missed adding support for INET6 addresses for the "-l" option. > This patch adds that support. > > Modified: > stable/11/usr.sbin/nfsdumpstate/nfsdumpstate.c > Directory Properties: > stable/11/ (props changed) This MFC and the corresponding ones to 12-STABLE and 10-STABLE is incomplete. You need to MFC revision 346856 which makes the definitions on nbuf conditional on INET6. Best wishes, Nick. --