From: Daniel P. Berrangé Date: Tue, 22 Jul 2025 13:26:28 +0000 (+0100) Subject: news: document fixed nwfilter driver base chain creation X-Git-Tag: v11.6.0~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4ee4bf062eb2602491f6cf4545b258da88bab5ab;p=thirdparty%2Flibvirt.git news: document fixed nwfilter driver base chain creation Reviewed-by: Ján Tomko Signed-off-by: Daniel P. Berrangé --- diff --git a/NEWS.rst b/NEWS.rst index 1513c2cafb..5a320b7f33 100644 --- 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) ====================