]> git.proxmox.com Git - pve-firewall.git/blobdiff - src/PVE/Firewall.pm
add 'log_nf_conntrack' option description
[pve-firewall.git] / src / PVE / Firewall.pm
index acc906971060d26866065f4d74e11fb5954a9c12..f294d365545facc005c3a6195ba699eaf4674bce 100644 (file)
@@ -1248,6 +1248,12 @@ our $host_option_properties = {
        default => 0,
        optional => 1,
     },
        default => 0,
        optional => 1,
     },
+    log_nf_conntrack => {
+       description => "Enable logging of conntrack information.",
+       type => 'boolean',
+       default => 0,
+       optional => 1
+    },
 };
 
 our $vm_option_properties = {
 };
 
 our $vm_option_properties = {