From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id OGFENsfTKmXNYwEAauVa8A:P1 (envelope-from ) for ; Sat, 14 Oct 2023 19:45:44 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:4789::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id OGFENsfTKmXNYwEAauVa8A (envelope-from ) for ; Sat, 14 Oct 2023 19:45:43 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 8B3BF46BED for ; Sat, 14 Oct 2023 19:45:43 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=UaQAAfup; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697305543; a=rsa-sha256; cv=none; b=TE1qkL63Nvr0t7SRFTNxgKS5GmAFl5VNFukKu0DKWUc+Le21lzt1IXUwjb3g0L4k46dXvB J+w8vFTL1JdJyj4XL51zdOEGxLGg3C1FhMcbdvA/TRCUWNPtsuotVLavdlQ76K6LqUBotD tN+kFsBo6O14v+y5nItNJ9Z73areYTgdtfm9bs2DVN7hYo7LW/tdYNiG7ZIbSIGTOgR3Vn zYAbSvNoaJhotfDTWt/GD5snROe68YiPoUL+1APJ4gZ4z9lCAK54rbCbPfEppsMouhQEgJ bLgsrCG77w4Jc2osEfmmankgZ7XhbvHV8+yIg0tlerpc47BFRGteZqpS6haaoA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=UaQAAfup; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697305543; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=x70NjKEN6hKADAx2AbGsvaIAj99w56mfX5EfGREID5M=; b=mIMKdhtYd+teGvZWjNgA4tFknihopRUsuGTt414ejvddhpAmTYVJIHk8EnCK5YDzJGsAXf Mt5jn/7YVThu+yG3PM16cbR1OXvF0MPmBAt9LdSkbF4im8WFq12FkvV7Y/O01+Z5QKhvJ0 xNbbjoioHapny5fy8KEfzws/0TRhwBOKMnJPHIRukuj0JX/1najgo8sue47/Df9VqSycTN epV2F4b8ssfBptumVfuXW6x4B1gPhs5UkkMDdDMEvn/aatNHjxk58pJpNho3A7niG01ZTy qTi+sfU6hqkPdZjwjlXgcJnQPIErjlXEnCFS+YR048cAj7k7tzieyIxXT77EuQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qriho-0007Jn-AL; Sat, 14 Oct 2023 13:45:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qrihm-0007JT-UZ for guix-patches@gnu.org; Sat, 14 Oct 2023 13:45:38 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qrihm-00047j-Kx for guix-patches@gnu.org; Sat, 14 Oct 2023 13:45:38 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qriiA-0003qM-70 for guix-patches@gnu.org; Sat, 14 Oct 2023 13:46:02 -0400 Subject: bug#64468: [PATCH] services: dhcp-client-service-type: Support DDNS. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Sat, 14 Oct 2023 17:46:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 64468 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch moreinfo To: Lilah Tascheter Cc: 64468-done@debbugs.gnu.org Mail-Followup-To: 64468@debbugs.gnu.org, ludo@gnu.org, lilah@lunabee.space Received: via spool by 64468-done@debbugs.gnu.org id=D64468.169730554614746 (code D ref 64468); Sat, 14 Oct 2023 17:46:01 +0000 Received: (at 64468-done) by debbugs.gnu.org; 14 Oct 2023 17:45:46 +0000 Received: from localhost ([127.0.0.1]:50422 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qriht-0003pl-QX for submit@debbugs.gnu.org; Sat, 14 Oct 2023 13:45:46 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38440) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qrihr-0003pX-Dn for 64468-done@debbugs.gnu.org; Sat, 14 Oct 2023 13:45:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qrihN-0003rj-Rz; Sat, 14 Oct 2023 13:45:13 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=x70NjKEN6hKADAx2AbGsvaIAj99w56mfX5EfGREID5M=; b=UaQAAfupiFybqh/pEMSl HBXgta5s5AonQuHQfb7+uPkUOTGIt81RgTukAvJ/Q3XWOmlq0YzcXFdJoo77dNH221aU8R0Hw9Rk4 iIRlajRuAlj7AwGpexq2V8kWBS3a2cXs1if7tRE6hMa5wOL8e3VXTzM8fsVS2uix2fDNKQJwTcmym oHqUAVKKm1lZdM+ifZKv6lU8HUn73omv7Slftcm50UzJyE+FNz1RbB7l1yKhX1QDRfsMr9iA0Zehb GxjvWDNrAuN1GxQAPK7KgnNxWbhlIIyqrfll1C6126M9rFl272WROEGA+3PLkT8NIKVPPvNzey+yR 5hGAPec1rcVMfQ==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <20231012152349.2f23108b@lunabee.space> (Lilah Tascheter's message of "Thu, 12 Oct 2023 15:23:49 -0500") References: <82fd5037dd1ec543b4df97995bb55d61f5165334.1688515814.git.lilah@lunabee.space> <8734yht735.fsf@gnu.org> <20231012152349.2f23108b@lunabee.space> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Tridi 23 =?UTF-8?Q?Vend=C3=A9miaire?= an 232 de la =?UTF-8?Q?R=C3=A9volution,?= jour du Navet X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sat, 14 Oct 2023 19:45:11 +0200 Message-ID: <87fs2dcd3s.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx1.migadu.com X-Migadu-Spam-Score: -6.81 X-Spam-Score: -6.81 X-Migadu-Queue-Id: 8B3BF46BED X-TUID: y1+sC4ian/kN Lilah Tascheter skribis: > Ludovic Court=C3=A8s wrote: >> Could there be unintended side effects from passing "-I"? > > the isc-dhcp knowledgebase says that by default dhclient uses a > pre-standardization implementation of DDNS, which is incompatable with no= n-isc > DHCP servers. no idea why that's the default, but -I just switches to usi= ng the > standardized protocol. > > kb link with more details: https://kb.isc.org/docs/aa-01091 Thanks for explaining. I added this explanation as a comment in the code and committed. Ludo=E2=80=99.