]> git.proxmox.com Git - pve-firewall.git/commitdiff
bump version to 4.0-8
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 18 Nov 2019 12:51:46 +0000 (13:51 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 18 Nov 2019 12:51:46 +0000 (13:51 +0100)
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
debian/changelog

index 24378efe357ed2ee52d5dccb2ec2f6a903820add..95f666b1c8d4bd888912ab216ed6e51ecc58d484 100644 (file)
@@ -1,3 +1,23 @@
+pve-firewall (4.0-8) pve; urgency=medium
+
+  * increase default nf_conntrack_max to the kernel's default
+
+  * fix some "use of uninitialized value" warnings when updating CIDRs
+
+  * update schema documentation
+
+  * add explicit dependency on libpve-cluster-perl
+
+  * add support for "raw" tables
+
+  * add options for synflood protection for host firewall:
+    - nf_conntrack_tcp_timeout_syn_recv
+    - protection_synflood: boolean
+    - protection_synflood_rate: SYN rate limit (default 200 per second)
+    - protection_synflood_burst: SYN burst limit (default 1000)
+
+ -- Proxmox Support Team <support@proxmox.com>  Mon, 18 Nov 2019 13:48:20 +0100
+
 pve-firewall (4.0-7) pve; urgency=medium
 
   * only add VM chains and rules if VM firewall is enabled
 pve-firewall (4.0-7) pve; urgency=medium
 
   * only add VM chains and rules if VM firewall is enabled