X-Git-Url: https://git.proxmox.com/?p=pve-firewall.git;a=blobdiff_plain;f=src%2FPVE%2FFirewall.pm;h=f294d365545facc005c3a6195ba699eaf4674bce;hp=acc906971060d26866065f4d74e11fb5954a9c12;hb=e17d3eec6b9bd7427a67ceb0ca21dd4fc6d6f54e;hpb=2db2b6aa1bc60a706b0fa8172e6b71c68433f090 diff --git a/src/PVE/Firewall.pm b/src/PVE/Firewall.pm index acc9069..f294d36 100644 --- a/src/PVE/Firewall.pm +++ b/src/PVE/Firewall.pm @@ -1248,6 +1248,12 @@ our $host_option_properties = { default => 0, optional => 1, }, + log_nf_conntrack => { + description => "Enable logging of conntrack information.", + type => 'boolean', + default => 0, + optional => 1 + }, }; our $vm_option_properties = {