From owner-freebsd-net@freebsd.org Fri Nov 29 01:40:31 2019 Return-Path: Delivered-To: freebsd-net@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 223171BF212 for ; Fri, 29 Nov 2019 01:40:31 +0000 (UTC) (envelope-from roy@marples.name) Received: from relay2.marples.name (relay2.marples.name [77.68.23.143]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "relay2.marples.name", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47PHJY2Kwkz4Kmp for ; Fri, 29 Nov 2019 01:40:28 +0000 (UTC) (envelope-from roy@marples.name) Received: from mail.marples.name (cpc115040-bour7-2-0-cust370.15-1.cable.virginm.net [81.108.15.115]) by relay2.marples.name (Postfix) with ESMTPS id C3E90770 for ; Fri, 29 Nov 2019 01:40:20 +0000 (UTC) Received: from [10.73.1.30] (unknown [10.73.1.30]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.marples.name (Postfix) with ESMTPSA id F24121CD5C6; Fri, 29 Nov 2019 01:39:54 +0000 (GMT) Subject: Re: DHCPv6 client in base To: Ben Woods , Hiroki Sato Cc: brooks@freebsd.org, driesm.michiels@gmail.com, freebsd-net@freebsd.org, hrs@freebsd.org, julian@freebsd.org References: <20191014.043209.919156653743886519.hrs@allbsd.org> <20191015.215732.1618848784026596315.hrs@allbsd.org> From: Roy Marples Message-ID: <26ba64b2-7c94-f4cf-980d-bcab8aa83bf7@marples.name> Date: Fri, 29 Nov 2019 01:40:19 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 47PHJY2Kwkz4Kmp X-Spamd-Bar: - X-Spamd-Result: default: False [-1.04 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; R_DKIM_ALLOW(-0.20)[marples.name:s=mail]; RCVD_TLS_ALL(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; R_SPF_ALLOW(-0.20)[+a:relay2.marples.name]; NEURAL_HAM_LONG(-0.99)[-0.994,0]; TAGGED_RCPT(0.00)[]; PREVIOUSLY_DELIVERED(0.00)[freebsd-net@freebsd.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.996,0]; MIME_GOOD(-0.10)[text/plain]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DKIM_TRACE(0.00)[marples.name:+]; DMARC_POLICY_ALLOW(-0.50)[marples.name,quarantine]; RCPT_COUNT_SEVEN(0.00)[7]; FREEMAIL_TO(0.00)[gmail.com]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; IP_SCORE(0.45)[asn: 8560(2.28), country: DE(-0.01)]; ASN(0.00)[asn:8560, ipnet:77.68.0.0/17, country:DE]; MID_RHS_MATCH_FROM(0.00)[]; SUSPICIOUS_RECIPS(1.50)[] X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2019 01:40:31 -0000 On 28/11/2019 22:50, Ben Woods wrote: > It is not yet enabled by default until he gets more feedback from others > that it is working ok. I intend to update the FreeBSD port to enable > this feature (perhaps with a “-devel” port) to allow it to be tested > more easily on FreeBSD. Please add it as a new port - don't want to affect any current dhcpcd users with privsep issues. I've already fixed a few issues based some initial feedback, but there is an outstanding issue where dhcpcd will occasionally hang when exiting. Roy