Signed-off-by: Robert Obkircher <[email protected]>
---
 src/PVE/Firewall.pm | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/src/PVE/Firewall.pm b/src/PVE/Firewall.pm
index 93f8c34..06384b4 100644
--- a/src/PVE/Firewall.pm
+++ b/src/PVE/Firewall.pm
@@ -1451,6 +1451,13 @@ our $host_option_properties = {
         default => 0,
         optional => 1,
     },
+    preserve_comments => {
+        description => "Pass comments from the UI to the underlying firewall 
configuration. "
+            . "May involve truncation.",
+        type => 'boolean',
+        default => 0,
+        optional => 1,
+    },
 };
 
 our $vm_option_properties = {
@@ -3288,7 +3295,7 @@ sub parse_hostfw_option {
     my $loglevels = "emerg|alert|crit|err|warning|notice|info|debug|nolog";
 
     if ($line =~
-        
m/^(enable|nosmurfs|tcpflags|ndp|log_nf_conntrack|nf_conntrack_allow_invalid|protection_synflood|nftables):\s*(0|1)\s*$/i
+        
m/^(enable|nosmurfs|tcpflags|ndp|log_nf_conntrack|nf_conntrack_allow_invalid|protection_synflood|nftables|preserve_comments):\s*(0|1)\s*$/i
     ) {
         $opt = lc($1);
         $value = int($2);
-- 
2.47.3



_______________________________________________
pve-devel mailing list
[email protected]
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to