From patchwork Mon Apr 4 11:49:08 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5430 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KX8Fb1dyYz3x1s for ; Mon, 4 Apr 2022 11:49:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KX8FT3PcMz4Ss; Mon, 4 Apr 2022 11:49:17 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KX8FT2J8Pz2yT5; Mon, 4 Apr 2022 11:49:17 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4KX8FS6MDFz2xQq for ; Mon, 4 Apr 2022 11:49:16 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4KX8FS2F2Hz1v3; Mon, 4 Apr 2022 11:49:16 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1649072956; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=p4sLGC+hXad7Cs8JYPxmCmKrTzfvut4T1t6BKRseVLs=; b=keOSaOgBNzOdQe1/7+Fuv3C3wMhUZpTYdt0mb46OxP8Lu9+ombJHtTF0jWNetJGnlfZ9Ol VLnje6Ek6GY7PJAw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1649072956; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=p4sLGC+hXad7Cs8JYPxmCmKrTzfvut4T1t6BKRseVLs=; b=cMSv1LBq0bB2bFgDKxQ7+ivm5XT2ShciL6ebO7r3uIoEuoPeJOfzzQ9iFSYYLybXf6mflE ++XQHc+9C/OthLrgqGw3Mk4cnrs7rk9Ghd5UjkEZRzwYRUfGDmqRTgRXf2nUhETNqegyto o+98qrzk3ENWgqFkJU2pcHiwmElGDtvGvwic8H7cEtWg1CSXMdFlIdVibkvsx4mImt89e9 ZGrejerI6+oCstUONN02M4gEeGro+HctZ6GzLt1GoT/h88Ag0YO48aXNbSkubjN1Pxdjwy G1W80hKkQ0cxz3IR+0SmZlaRI+HFiLtJDWoTGuv246L2Be2EXU9E7aa8ZhKV8Q== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 1/2] advoptions-list: Add domain-search to options - bug#12819 Date: Mon, 4 Apr 2022 13:49:08 +0200 Message-Id: <20220404114909.8184-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Fixes: bug#12819 Signed-off-by: Adolf Belka Reviewed-by: Michael Tremer --- config/cfgroot/advoptions-list | 1 + 1 file changed, 1 insertion(+) diff --git a/config/cfgroot/advoptions-list b/config/cfgroot/advoptions-list index 6330aefde..03d5a366c 100644 --- a/config/cfgroot/advoptions-list +++ b/config/cfgroot/advoptions-list @@ -7,6 +7,7 @@ option cookie-servers ip-address [, ip-address... ]; option default-ip-ttl uint8; option default-tcp-ttl uint8; option dhcp-client-identifier data-string; +option domain-search domain-list; option finger-server ip-address [, ip-address... ]; option font-servers ip-address [, ip-address... ]; option host-name string;