From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id C75DD1FF17A for ; Tue, 28 Oct 2025 20:33:51 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 2F365219BC; Tue, 28 Oct 2025 20:34:24 +0100 (CET) To: f.gruenbichler@proxmox.com, pve-devel@lists.proxmox.com Date: Tue, 28 Oct 2025 15:14:45 +0530 X-Mailman-Approved-At: Tue, 28 Oct 2025 20:34:22 +0100 MIME-Version: 1.0 Message-ID: List-Id: Proxmox VE development discussion List-Post: From: Jana Hoch via pve-devel Precedence: list Cc: Jana Hoch X-Mailman-Version: 2.1.29 X-BeenThere: pve-devel@lists.proxmox.com List-Subscribe: , List-Unsubscribe: , List-Archive: Reply-To: Proxmox VE development discussion List-Help: Subject: [pve-devel] [PATCH docs 0/1] Add missing default values in doc Content-Type: multipart/mixed; boundary="===============5970981550212383551==" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" --===============5970981550212383551== Content-Type: message/rfc822 Content-Disposition: inline Return-Path: X-Original-To: pve-devel@lists.proxmox.com Delivered-To: pve-devel@lists.proxmox.com Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 778A2D5A97 for ; Tue, 28 Oct 2025 11:08:11 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 5AFB317601 for ; Tue, 28 Oct 2025 11:08:11 +0100 (CET) Received: from mailo.com (msg-1.mailo.com [213.182.54.11]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by firstgate.proxmox.com (Proxmox) with ESMTPS for ; Tue, 28 Oct 2025 11:08:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailo.com; s=mailo; t=1761644804; bh=3ju30vpz+dOLleKsy4Sr5Y02wfF9yusm9qXE3e7/bR8=; h=X-EA-Auth:From:To:Cc:Subject:Date:Message-Id:X-Mailer: MIME-Version:Content-Transfer-Encoding; b=HlBwQH0hsgPVIW1LH3yvUlczgyR5sTRuiCAHY31OKYoTKVNZWG1YhimG1+0EVq5ah /pFrbtd+45xmM0QiiQweYtUDY66BWTboyQM/IOn6DkLgvlVcx9/XjCBt9pJDpzkpfC ynFqrPLUuhCttndlqgivE3+Rs9yR/Mynb3DU81Go= Received: by b221-2.in.mailobj.net [192.168.90.22] with ESMTP via ip-20.mailobj.net [213.182.54.20] Tue, 28 Oct 2025 10:46:35 +0100 (CET) X-EA-Auth: Z7befVJiSaSRThLwhQvNRR1rELUih010odQTokylKNGwlpE/qiTEtCChV5k+7cwZfsU/sypJi8n5rj5BiC+sttByION126gtoCl9hV1ArfM= From: Jana Hoch To: f.gruenbichler@proxmox.com, pve-devel@lists.proxmox.com Cc: Jana Hoch Subject: [PATCH docs 0/1] Add missing default values in doc Date: Tue, 28 Oct 2025 15:14:45 +0530 Message-Id: <20251028094446.1412169-1-janahoch91@mailo.com> X-Mailer: git-send-email 2.39.5 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-SPAM-LEVEL: Spam detection results: 0 BAYES_00 -1.9 Bayes spam probability is 0 to 1% DKIM_SIGNED 0.1 Message has a DKIM or DK signature, not necessarily valid DKIM_VALID -0.1 Message has at least one valid DKIM or DK signature DKIM_VALID_AU -0.1 Message has a valid DKIM or DK signature from author's domain DKIM_VALID_EF -0.1 Message has a valid DKIM or DK signature from envelope-from domain DMARC_PASS -0.1 DMARC pass policy RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [mailo.com] X-Mailman-Approved-At: Tue, 28 Oct 2025 20:34:22 +0100 Update default values for firewall options in docs - Firewall options is missing default values for few parameters. - `dhcp` and `ndp` had wrong default values. Jana Hoch (1): Fix 3775: Added default values in doc pve-firewall-cluster-opts.adoc | 8 ++++---- pve-firewall-host-opts.adoc | 14 +++++++------- pve-firewall-vm-opts.adoc | 16 ++++++++-------- 3 files changed, 19 insertions(+), 19 deletions(-) -- 2.39.5 --===============5970981550212383551== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel --===============5970981550212383551==--