]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
news: document fixed nwfilter driver base chain creation
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 22 Jul 2025 13:26:28 +0000 (14:26 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 31 Jul 2025 10:38:26 +0000 (11:38 +0100)
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
NEWS.rst

index 1513c2cafb4c2df12697a2047411eb19bb053d9e..5a320b7f3335453270f53008addd63e0637ca293 100644 (file)
--- a/NEWS.rst
+++ b/NEWS.rst
@@ -87,6 +87,15 @@ v11.6.0 (unreleased)
 
   * bhyve: Fix resetting of the autostart flag of the domain on destroy.
 
+  * The nwfilter driver no longer recreates the base iptable/ip6tables chains
+
+    The nwfilter driver had a impl mistake causing it to recreate the
+    base chains for iptables/ip6tables every time a VM was started.
+    This allowed a small window where traffic might not be fully
+    filtered. It now handles iptables/ip6tables the same way as
+    ebtables, creating the base chains only if they did not already
+    exist.
+
 v11.5.0 (2025-07-01)
 ====================