From owner-svn-src-head@freebsd.org Sun May 29 21:53:19 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 33AAEB53E85; Sun, 29 May 2016 21:53:19 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (bird.sbone.de [46.4.1.90]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id DFF321EF2; Sun, 29 May 2016 21:53:17 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 432AF25D37D1; Sun, 29 May 2016 21:53:07 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 1E120D1F811; Sun, 29 May 2016 21:53:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id lsL1oKcYjVcq; Sun, 29 May 2016 21:53:05 +0000 (UTC) Received: from [IPv6:fde9:577b:c1a9:4410:5fe:490c:ad69:b14f] (unknown [IPv6:fde9:577b:c1a9:4410:5fe:490c:ad69:b14f]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id 98FF8D1F7F5; Sun, 29 May 2016 21:53:04 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: svn commit: r300973 - head/usr.sbin/rpcbind From: "Bjoern A. Zeeb" In-Reply-To: <201605292028.u4TKS1iJ017186@repo.freebsd.org> Date: Sun, 29 May 2016 21:52:59 +0000 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: <9E1A1DDD-974B-481B-B659-BC099C5C0262@lists.zabbadoz.net> References: <201605292028.u4TKS1iJ017186@repo.freebsd.org> To: Garrett Cooper X-Mailer: Apple Mail (2.3124) X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 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: Sun, 29 May 2016 21:53:19 -0000 > On 29 May 2016, at 20:28 , Garrett Cooper wrote: >=20 > Author: ngie > Date: Sun May 29 20:28:01 2016 > New Revision: 300973 > URL: https://svnweb.freebsd.org/changeset/base/300973 >=20 > Log: > Follow up to r300932 >=20 > In the event MK_INET6 !=3D no in userspace, but is disabled in the > kernel, or if there aren't any IPv6 addresses configured in userspace > (for lo0 and all physical interfaces), rpcbind would terminate > immediately instead of silently failing on >=20 > Skip over the IPv6 block to its respective cleanup with freeifaddrs = if > creating the socket failed instead of terminating rpcbind immediately Stupid question (without me looking at the code): what does it do in = case I have no IPv4 support in the kernel anymore (as I do on some = machines)? /bz