From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 976801FF17A for ; Tue, 28 Oct 2025 20:33:58 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id C220D21A11; 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:46 +0530 In-Reply-To: <20251028094446.1412169-1-janahoch91@mailo.com> References: <20251028094446.1412169-1-janahoch91@mailo.com> 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 1/1] Fix 3775: Added default values in doc Content-Type: multipart/mixed; boundary="===============5271219524368901220==" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" --===============5271219524368901220== 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)) (No client certificate requested) by lists.proxmox.com (Postfix) with ESMTPS id 3240AD5A2A for ; Tue, 28 Oct 2025 11:09:29 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 145DD17658 for ; Tue, 28 Oct 2025 11:08:59 +0100 (CET) Received: from mailo.com (msg-6.mailo.com [213.182.54.16]) (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:58 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mailo.com; s=mailo; t=1761644804; bh=fjyk+c2fT+iPV5P93i4iZV8g2kPBayoXKa+hEzDrieo=; h=X-EA-Auth:From:To:Cc:Subject:Date:Message-Id:X-Mailer:In-Reply-To: References:MIME-Version:Content-Transfer-Encoding; b=dT33PRZeTJjoehPEkardI29y2dJzXFnkS9GeeJ+HBQgEYIy8t23sEaWSAxPBVs7ny 3oR1X0sEGmX0wJ6zX2es31idp4ggA/Wemu2p+UJojSRPyI60p+z7O9SKbD1xhfkgJU 6DX59mqk6R44vK1kRq5OG0sFBpFg2Z6Xp3s/hB4o= 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:39 +0100 (CET) X-EA-Auth: ZM01E90HjJqsQU4Efukt+3qjRVThmKxSGIqVKvRvMo7GiIDZFlYT/Fh8WN9m64r7G0oxcYnUmxlN2PeMrkr2hUevow5/DZLB36gR0vG4DjU= From: Jana Hoch To: f.gruenbichler@proxmox.com, pve-devel@lists.proxmox.com Cc: Jana Hoch Subject: [PATCH docs 1/1] Fix 3775: Added default values in doc Date: Tue, 28 Oct 2025 15:14:46 +0530 Message-Id: <20251028094446.1412169-2-janahoch91@mailo.com> X-Mailer: git-send-email 2.39.5 In-Reply-To: <20251028094446.1412169-1-janahoch91@mailo.com> References: <20251028094446.1412169-1-janahoch91@mailo.com> 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 SPF_HELO_PASS -0.001 SPF: HELO matches SPF record SPF_PASS -0.001 SPF: sender matches SPF record X-Mailman-Approved-At: Tue, 28 Oct 2025 20:34:22 +0100 Signed-off-by: Jana Hoch --- 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(-) diff --git a/pve-firewall-cluster-opts.adoc b/pve-firewall-cluster-opts.adoc index 7d72296..d3dfa91 100644 --- a/pve-firewall-cluster-opts.adoc +++ b/pve-firewall-cluster-opts.adoc @@ -2,7 +2,7 @@ Enable ebtables rules cluster wide. -`enable`: ` (0 - N)` :: +`enable`: ` (0 - N)` ('default =' `0`):: Enable or disable the firewall cluster wide. @@ -22,15 +22,15 @@ Enable or disable log rate limiting Frequency with which the burst bucket gets refilled -`policy_forward`: `` :: +`policy_forward`: `` ('default =' `ACCEPT`):: Forward policy. -`policy_in`: `` :: +`policy_in`: `` ('default =' `DROP`):: Input policy. -`policy_out`: `` :: +`policy_out`: `` ('default =' `ACCEPT`):: Output policy. diff --git a/pve-firewall-host-opts.adoc b/pve-firewall-host-opts.adoc index d561d0b..0a5168d 100644 --- a/pve-firewall-host-opts.adoc +++ b/pve-firewall-host-opts.adoc @@ -1,16 +1,16 @@ -`enable`: `` :: +`enable`: `` ('default =' `1`):: Enable host firewall rules. -`log_level_forward`: `` :: +`log_level_forward`: `` ('default =' `nolog`):: Log level for forwarded traffic. -`log_level_in`: `` :: +`log_level_in`: `` ('default =' `nolog`):: Log level for incoming traffic. -`log_level_out`: `` :: +`log_level_out`: `` ('default =' `nolog`):: Log level for outgoing traffic. @@ -46,7 +46,7 @@ Conntrack syn recv timeout. Enable nftables based firewall (tech preview) -`nosmurfs`: `` :: +`nosmurfs`: `` ('default =' `1`):: Enable SMURFS filter. @@ -62,11 +62,11 @@ Synflood protection rate burst by ip src. Synflood protection rate syn/sec by ip src. -`smurf_log_level`: `` :: +`smurf_log_level`: `` ('default =' `nolog`):: Log level for SMURFS filter. -`tcp_flags_log_level`: `` :: +`tcp_flags_log_level`: `` ('default =' `nolog`):: Log level for illegal tcp flags filter. diff --git a/pve-firewall-vm-opts.adoc b/pve-firewall-vm-opts.adoc index 9f191cf..5e5ca45 100644 --- a/pve-firewall-vm-opts.adoc +++ b/pve-firewall-vm-opts.adoc @@ -1,4 +1,4 @@ -`dhcp`: `` ('default =' `0`):: +`dhcp`: `` ('default =' `1`):: Enable DHCP. @@ -6,15 +6,15 @@ Enable DHCP. Enable/disable firewall rules. -`ipfilter`: `` :: +`ipfilter`: `` ('default =' `0`):: Enable default IP filters. This is equivalent to adding an empty ipfilter-net ipset for every interface. Such ipsets implicitly contain sane default restrictions such as restricting IPv6 link local addresses to the one derived from the interface's MAC address. For containers the configured IP addresses will be implicitly added. -`log_level_in`: `` :: +`log_level_in`: `` ('default =' `nolog`):: Log level for incoming traffic. -`log_level_out`: `` :: +`log_level_out`: `` ('default =' `nolog`):: Log level for outgoing traffic. @@ -22,19 +22,19 @@ Log level for outgoing traffic. Enable/disable MAC address filter. -`ndp`: `` ('default =' `0`):: +`ndp`: `` ('default =' `1`):: Enable NDP (Neighbor Discovery Protocol). -`policy_in`: `` :: +`policy_in`: `` ('default =' `DROP`):: Input policy. -`policy_out`: `` :: +`policy_out`: `` ('default =' `ACCEPT`):: Output policy. -`radv`: `` :: +`radv`: `` ('default =' `0`):: Allow sending Router Advertisement. -- 2.39.5 --===============5271219524368901220== 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 --===============5271219524368901220==--