]> git.ipfire.org Git - thirdparty/libvirt.git/commit
nwfilter: Remove 'qemu-announce-self' example
authorPeter Krempa <pkrempa@redhat.com>
Mon, 7 Jul 2025 06:38:03 +0000 (08:38 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Tue, 8 Jul 2025 12:58:04 +0000 (14:58 +0200)
commitedf7d9f29adff125ea0d56ddb53afda50cdd5cab
tree6b6f23e576060d656d6e139634372f751528cff4
parente7a7bfa66b9c94c4b68ec0f1009debf406f1436b
nwfilter: Remove 'qemu-announce-self' example

The example allows packets sent by qemu after migration with broken
protocol ID. The proper self announce is handled via
'qemu-announce-self-rarp'.

The qemu bug was addressed by f8778a7785d530515b0db39 (released as
v0.13.0). As we no longer support such old qemus, and allowing broken
packets makes no sense. Remove the rule and make it into an alias of
'qemu-announce-self-rarp' to preserve compatibility. Adjust the existing
examples to use only the proper rule.t

Closes: https://gitlab.com/libvirt/libvirt/-/issues/792
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
docs/firewall.rst
docs/formatnwfilter.rst
src/nwfilter/xml/clean-traffic-gateway.xml
src/nwfilter/xml/clean-traffic.xml
src/nwfilter/xml/qemu-announce-self-rarp.xml
src/nwfilter/xml/qemu-announce-self.xml