From: Jana Hoch via pve-devel <pve-devel@lists.proxmox.com>
To: f.gruenbichler@proxmox.com, pve-devel@lists.proxmox.com
Cc: Jana Hoch <janahoch91@mailo.com>
Subject: [pve-devel] [PATCH docs 1/1] Fix 3775: Added default values in doc
Date: Tue, 28 Oct 2025 15:14:46 +0530 [thread overview]
Message-ID: <mailman.356.1761680063.362.pve-devel@lists.proxmox.com> (raw)
In-Reply-To: <20251028094446.1412169-1-janahoch91@mailo.com>
[-- Attachment #1: Type: message/rfc822, Size: 7778 bytes --]
From: Jana Hoch <janahoch91@mailo.com>
To: f.gruenbichler@proxmox.com, pve-devel@lists.proxmox.com
Cc: Jana Hoch <janahoch91@mailo.com>
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>
Signed-off-by: Jana Hoch <janahoch91@mailo.com>
---
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`: `<integer> (0 - N)` ::
+`enable`: `<integer> (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`: `<ACCEPT | DROP>` ::
+`policy_forward`: `<ACCEPT | DROP>` ('default =' `ACCEPT`)::
Forward policy.
-`policy_in`: `<ACCEPT | DROP | REJECT>` ::
+`policy_in`: `<ACCEPT | DROP | REJECT>` ('default =' `DROP`)::
Input policy.
-`policy_out`: `<ACCEPT | DROP | REJECT>` ::
+`policy_out`: `<ACCEPT | DROP | REJECT>` ('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`: `<boolean>` ::
+`enable`: `<boolean>` ('default =' `1`)::
Enable host firewall rules.
-`log_level_forward`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ::
+`log_level_forward`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ('default =' `nolog`)::
Log level for forwarded traffic.
-`log_level_in`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ::
+`log_level_in`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ('default =' `nolog`)::
Log level for incoming traffic.
-`log_level_out`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ::
+`log_level_out`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ('default =' `nolog`)::
Log level for outgoing traffic.
@@ -46,7 +46,7 @@ Conntrack syn recv timeout.
Enable nftables based firewall (tech preview)
-`nosmurfs`: `<boolean>` ::
+`nosmurfs`: `<boolean>` ('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`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ::
+`smurf_log_level`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ('default =' `nolog`)::
Log level for SMURFS filter.
-`tcp_flags_log_level`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ::
+`tcp_flags_log_level`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ('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`: `<boolean>` ('default =' `0`)::
+`dhcp`: `<boolean>` ('default =' `1`)::
Enable DHCP.
@@ -6,15 +6,15 @@ Enable DHCP.
Enable/disable firewall rules.
-`ipfilter`: `<boolean>` ::
+`ipfilter`: `<boolean>` ('default =' `0`)::
Enable default IP filters. This is equivalent to adding an empty ipfilter-net<id> 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`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ::
+`log_level_in`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ('default =' `nolog`)::
Log level for incoming traffic.
-`log_level_out`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ::
+`log_level_out`: `<alert | crit | debug | emerg | err | info | nolog | notice | warning>` ('default =' `nolog`)::
Log level for outgoing traffic.
@@ -22,19 +22,19 @@ Log level for outgoing traffic.
Enable/disable MAC address filter.
-`ndp`: `<boolean>` ('default =' `0`)::
+`ndp`: `<boolean>` ('default =' `1`)::
Enable NDP (Neighbor Discovery Protocol).
-`policy_in`: `<ACCEPT | DROP | REJECT>` ::
+`policy_in`: `<ACCEPT | DROP | REJECT>` ('default =' `DROP`)::
Input policy.
-`policy_out`: `<ACCEPT | DROP | REJECT>` ::
+`policy_out`: `<ACCEPT | DROP | REJECT>` ('default =' `ACCEPT`)::
Output policy.
-`radv`: `<boolean>` ::
+`radv`: `<boolean>` ('default =' `0`)::
Allow sending Router Advertisement.
--
2.39.5
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
parent reply other threads:[~2025-10-28 19:33 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <20251028094446.1412169-1-janahoch91@mailo.com>]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=mailman.356.1761680063.362.pve-devel@lists.proxmox.com \
--to=pve-devel@lists.proxmox.com \
--cc=f.gruenbichler@proxmox.com \
--cc=janahoch91@mailo.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox